Ticket #20147: 20147.4.diff
| File 20147.4.diff, 2.3 KB (added by DH-Shredder, 16 months ago) |
|---|
-
wp-admin/includes/class-wp-themes-list-table.php
168 168 <p><?php printf( __( 'All of this theme’s files are located in <code>%2$s</code>.' ), 169 169 $title, str_replace( WP_CONTENT_DIR, '', $theme->get_template_directory() ), str_replace( WP_CONTENT_DIR, '', $theme->get_stylesheet_directory() ) ); ?></p> 170 170 <?php endif; ?> 171 <?php172 if ( $theme->get('Tags') )173 printf( '<p>' . __( 'Tags: %s.' ) . '</p>', $theme->display('Tags') );174 ?>175 171 </div> 176 172 <?php theme_update_available( $theme ); ?> 177 173 </div> -
wp-admin/css/wp-admin.dev.css
4475 4475 height:auto; 4476 4476 } 4477 4477 4478 h3#available-themes-header { 4479 float: left; 4480 margin-top: 0px; 4481 } 4482 4478 4483 .available-theme { 4479 4484 display: inline-block; 4480 4485 margin-bottom: 10px; -
wp-admin/themes.php
136 136 } 137 137 } 138 138 echo implode ( ' | ', $options ); 139 140 if ( $ct->get('Tags') ) : ?> 141 <p><?php _e('Tags:'); ?> <?php echo $ct->display('Tags'); ?></p> 142 <?php endif; ?> 139 ?> 143 140 </div> 144 141 <?php theme_update_available($ct); ?> 145 142 146 143 </div> 147 144 148 <br class="clear" />149 145 <?php 150 146 if ( ! current_user_can( 'switch_themes' ) ) { 151 147 echo '</div>'; … … 154 150 } 155 151 ?> 156 152 157 <h3 ><?php _e('Available Themes'); ?></h3>153 <h3 class="available-themes-header"><?php _e('Available Themes'); ?></h3> 158 154 159 155 <?php if ( !empty( $_REQUEST['s'] ) || !empty( $_REQUEST['filter'] ) || $wp_list_table->has_items() ) : ?> 160 156 … … 167 163 <a id="filter-click" href="?filter=1"><?php _e( 'Feature Filter' ); ?></a> 168 164 </p> 169 165 170 <br class="clear"/> 171 172 <div id="filter-box" style="<?php if ( empty($_REQUEST['filter']) ) echo 'display: none;'; ?>"> 166 <div id="filter-box" class="clear" style="<?php if ( empty($_REQUEST['filter']) ) echo 'display: none;'; ?>"> 173 167 <?php $feature_list = get_theme_feature_list(); ?> 174 168 <div class="feature-filter"> 175 169 <p class="install-help"><?php _e('Theme filters') ?></p>