Changeset 3375:f3f69bda3bd0
- Timestamp:
- 10/30/16 15:10:39 (9 years ago)
- Branch:
- default
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/popup_posts.php
r2971 r3375 50 50 echo '<h2 class="page-title">'.__('Add a link to an entry').'</h2>'; 51 51 52 echo '<form action=" popup_posts.php" method="get">'.52 echo '<form action="'.$core->adminurl->get('admin.popup_posts').'" method="get">'. 53 53 '<p><label for="type" class="classic">'.__('Entry type:').'</label> '.form::combo('type',$type_combo,$type).''. 54 54 '<noscript><div><input type="submit" value="'.__('Ok').'" /></div></noscript>'. … … 56 56 '</form>'; 57 57 58 echo '<form action=" popup_posts.php" method="get">'.58 echo '<form action="'.$core->adminurl->get('admin.popup_posts').'" method="get">'. 59 59 '<p><label for="q" class="classic">'.__('Search entry:').'</label> '.form::field('q',30,255,html::escapeHTML($q)). 60 60 ' <input type="submit" value="'.__('Search').'" />'. -
inc/admin/prepend.php
r3334 r3375 180 180 181 181 $core->adminurl->register('admin.posts','posts.php'); 182 $core->adminurl->register('admin.popup_posts','popup_posts.php'); 182 183 $core->adminurl->register('admin.post','post.php'); 183 184 $core->adminurl->register('admin.post.media','post_media.php'); -
plugins/antispam/inc/class.dc.spamfilter.php
r2831 r3375 40 40 } 41 41 42 $this->gui_url = 'plugin.php?p=antispam&f='.get_class($this);42 $this->gui_url = $core->adminurl->get('admin.plugin.antispam',array('f' => get_class($this)),'&'); 43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.