Ticket #15353: 15353.patch
File 15353.patch, 635 bytes (added by , 14 years ago) |
---|
-
wp-admin/themes.php
129 129 ?> 130 130 <h3><?php _e('Available Themes'); ?></h3> 131 131 132 <?php if ( 1 < $wp_list_table->get_pagination_arg( 'total_items' ) ) : ?> 133 132 134 <form class="search-form" action="" method="get"> 133 135 <p class="search-box"> 134 136 <label class="screen-reader-text" for="theme-search-input"><?php _e('Search Themes'); ?>:</label> … … 178 180 </form> 179 181 <br class="clear" /> 180 182 183 <?php endif; ?> 184 181 185 <?php $wp_list_table->display(); ?> 182 186 183 187 <br class="clear" />