Changeset 8948 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 09/22/2008 03:27:48 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-tags.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r8944 r8948 141 141 <div class="wrap"> 142 142 143 <form id="posts-filter" action="" method="get"> 144 143 <form id="adv-settings" action="" method="get"> 145 144 <div id="show-settings"><a href="#edit_settings" id="show-settings-link" class="hide-if-no-js"><?php _e('Advanced Options') ?></a> 146 145 <a href="#edit_settings" id="hide-settings-link" class="hide-if-js hide-if-no-js"><?php _e('Hide Options') ?></a></div> … … 153 152 <br class="clear" /> 154 153 </div></div> 155 </div> 154 <?php wp_nonce_field( 'hiddencolumns', 'hiddencolumnsnonce', false ); ?> 155 </div></form> 156 156 157 157 <h2><?php printf( current_user_can('manage_categories') ? __('Tags (<a href="%s">Add New</a>)') : __('Manage Tags'), '#addtag' ); ?></h2> … … 159 159 <br class="clear" /> 160 160 161 <form id="posts-filter" action="" method="get"> 161 162 <div class="tablenav"> 162 163 … … 208 209 </tbody> 209 210 </table> 210 <?php wp_nonce_field( 'hiddencolumns', 'hiddencolumnsnonce', false ); ?> 211 211 212 </form> 212 213
Note: See TracChangeset
for help on using the changeset viewer.