Dotclear

Changeset 2758:08ece96a7a5c


Ignore:
Timestamp:
10/02/14 11:15:41 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Some cleanup

Location:
admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/popup_link.php

    r2755 r2758  
    1919$title = !empty($_GET['title']) ? $_GET['title'] : ''; 
    2020$plugin_id = !empty($_GET['plugin_id']) ? html::sanitizeURL($_GET['plugin_id']) : ''; 
    21  
    22 // perhaps better to put active editor in session 
    23 $post_format = $core->auth->getOption('post_format'); 
    24 $post_editor = $core->auth->getOption('editor'); 
    2521 
    2622dcPage::openPopup(__('Add a link'),$core->callBehavior('adminPopupLink', $plugin_id)); 
  • admin/popup_posts.php

    r2756 r2758  
    4747} 
    4848 
    49 // perhaps better to put active editor in session 
    50 $post_format = $core->auth->getOption('post_format'); 
    51 $post_editor = $core->auth->getOption('editor'); 
    52  
    5349dcPage::openPopup(__('Add a link to an entry'), 
    5450     dcPage::jsLoad('js/_posts_list.js'). 
Note: See TracChangeset for help on using the changeset viewer.

Sites map