Make WordPress Core

Ticket #15353: 15353.patch

File 15353.patch, 635 bytes (added by mfields, 14 years ago)
  • wp-admin/themes.php

     
    129129?>
    130130<h3><?php _e('Available Themes'); ?></h3>
    131131
     132<?php if ( 1 < $wp_list_table->get_pagination_arg( 'total_items' ) ) : ?>
     133
    132134<form class="search-form" action="" method="get">
    133135<p class="search-box">
    134136        <label class="screen-reader-text" for="theme-search-input"><?php _e('Search Themes'); ?>:</label>
     
    178180</form>
    179181<br class="clear" />
    180182
     183<?php endif; ?>
     184
    181185<?php $wp_list_table->display(); ?>
    182186
    183187<br class="clear" />