Changeset 2749:993aebff97bb for admin/popup_link.php
- Timestamp:
- 09/02/14 22:05:33 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/popup_link.php
r2614 r2749 19 19 $title = !empty($_GET['title']) ? $_GET['title'] : ''; 20 20 21 dcPage::openPopup(__('Add a link'),$core->callBehavior('adminPopupLink')); 21 // perhaps better to put active editor in session 22 $post_format = $core->auth->getOption('post_format'); 23 $post_editor = $core->auth->getOption('editor'); 24 25 dcPage::openPopup(__('Add a link'),$core->callBehavior('adminPopupLink', $post_editor[$post_format])); 22 26 23 27 echo '<h2 class="page-title">'.__('Add a link').'</h2>';
Note: See TracChangeset
for help on using the changeset viewer.