Changeset 8923 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 09/18/2008 05:41:45 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-tags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r8867 r8923 142 142 143 143 <form id="posts-filter" action="" method="get"> 144 145 <div id="show-settings"><a href="#edit_settings" id="show-settings-link" class="hide-if-no-js"><?php _e('Advanced Options') ?></a> 146 <a href="#edit_settings" id="hide-settings-link" class="hide-if-js hide-if-no-js"><?php _e('Hide Options') ?></a></div> 147 148 <div id="edit-settings" class="hide-if-js hide-if-no-js"> 149 <div id="edit-settings-wrap"> 150 <h5><?php _e('Show on screen') ?></h5> 151 <div class="metabox-prefs"> 152 <?php manage_columns_prefs('tag') ?> 153 <br class="clear" /> 154 </div></div> 155 </div> 156 144 157 <h2><?php printf( current_user_can('manage_categories') ? __('Tags (<a href="%s">Add New</a>)') : __('Manage Tags'), '#addtag' ); ?></h2> 145 158 … … 183 196 <thead> 184 197 <tr> 185 <th scope="col" class="check-column"><input type="checkbox" /></th> 186 <th scope="col"><?php _e('Name') ?></th> 187 <th scope="col" class="num" style="width: 90px"><?php _e('Posts') ?></th> 198 <?php print_column_headers('tag'); ?> 188 199 </tr> 189 200 </thead>
Note: See TracChangeset
for help on using the changeset viewer.