Changeset 2048:a23152342139 for plugins/tags
- Timestamp:
- 09/23/13 23:40:40 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_admin.php
r2039 r2048 151 151 array( 152 152 html::escapeHTML($core->blog->name) => '', 153 __('Entries') => 'posts.php',153 __('Entries') => $ap->getRedirection(array(),true), 154 154 '<span class="page-title">'.__('Add tags to entries').'</span>' => '' 155 155 )), … … 180 180 form::textarea('new_tags',60,3). 181 181 '</div>'. 182 $core->formNonce(). 182 $core->formNonce().$ap->getHiddenFields(). 183 183 form::hidden(array('action'),'tags'). 184 184 '<p><input type="submit" value="'.__('Save').'" '.
Note: See TracChangeset
for help on using the changeset viewer.