Changeset 2758:08ece96a7a5c
- Timestamp:
- 10/02/14 11:15:41 (11 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/popup_link.php
r2755 r2758 19 19 $title = !empty($_GET['title']) ? $_GET['title'] : ''; 20 20 $plugin_id = !empty($_GET['plugin_id']) ? html::sanitizeURL($_GET['plugin_id']) : ''; 21 22 // perhaps better to put active editor in session23 $post_format = $core->auth->getOption('post_format');24 $post_editor = $core->auth->getOption('editor');25 21 26 22 dcPage::openPopup(__('Add a link'),$core->callBehavior('adminPopupLink', $plugin_id)); -
admin/popup_posts.php
r2756 r2758 47 47 } 48 48 49 // perhaps better to put active editor in session50 $post_format = $core->auth->getOption('post_format');51 $post_editor = $core->auth->getOption('editor');52 53 49 dcPage::openPopup(__('Add a link to an entry'), 54 50 dcPage::jsLoad('js/_posts_list.js').
Note: See TracChangeset
for help on using the changeset viewer.