Ticket #28587: 28587.2.patch
| File 28587.2.patch, 933 bytes (added by , 12 years ago) |
|---|
-
src/wp-admin/js/theme.js
190 190 return match.test( haystack ); 191 191 }); 192 192 193 if ( results.length === 0 ) { 194 this.trigger( 'query:empty' ); 195 } else { 196 $( 'body' ).removeClass( 'no-results' ); 197 } 198 193 199 this.reset( results ); 194 200 }, 195 201 -
src/wp-admin/themes.php
233 233 </div> 234 234 <div class="theme-overlay"></div> 235 235 236 <p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p> 237 236 238 <?php 237 239 // List broken themes, if any. 238 240 if ( ! is_multisite() && current_user_can('edit_themes') && $broken_themes = wp_get_themes( array( 'errors' => true ) ) ) {