Changeset 9363 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 10/27/2008 01:22:24 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-tags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r9345 r9363 130 130 $messages[6] = __('Tags deleted.'); ?> 131 131 132 <div id="screen-options-wrap" class="hidden"> 133 <h5><?php _e('Show on screen') ?></h5> 134 <form id="adv-settings" action="" method="get"> 135 <div class="metabox-prefs"> 136 <?php manage_columns_prefs('tag') ?> 137 <?php wp_nonce_field( 'hiddencolumns', 'hiddencolumnsnonce', false ); ?> 138 <br class="clear" /> 139 </div></form> 140 </div> 132 <?php screen_options('tag') ?> 141 133 142 134 <?php if ( isset($_GET['message']) && ( $msg = (int) $_GET['message'] ) ) : ?> … … 145 137 endif; ?> 146 138 147 <div class="wrap ">148 <h2 class="floatedh2"><?php echo wp_specialchars( $title ); ?></h2>149 150 <form class="search-form topmargin" action="" method="get">139 <div class="wrap nosubsub"> 140 <h2><?php echo wp_specialchars( $title ); ?></h2> 141 142 <form class="search-form" action="" method="get"> 151 143 <p class="search-box"> 152 144 <label class="hidden" for="tag-search-input"><?php _e( 'Search Tags' ); ?>:</label>
Note: See TracChangeset
for help on using the changeset viewer.