Changeset 2756:ff017877e7f9
- Timestamp:
- 10/01/14 18:05:00 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/popup_posts.php
r2749 r2756 16 16 17 17 $q = !empty($_GET['q']) ? $_GET['q'] : null; 18 $plugin_id = !empty($_GET['plugin_id']) ? html::sanitizeURL($_GET['plugin_id']) : ''; 18 19 19 20 $page = !empty($_GET['page']) ? max(1,(integer) $_GET['page']) : 1; … … 52 53 dcPage::openPopup(__('Add a link to an entry'), 53 54 dcPage::jsLoad('js/_posts_list.js'). 54 $core->callBehavior('adminPopupPosts', $p ost_editor[$post_format]));55 $core->callBehavior('adminPopupPosts', $plugin_id)); 55 56 56 57 echo '<h2 class="page-title">'.__('Add a link to an entry').'</h2>';
Note: See TracChangeset
for help on using the changeset viewer.