Changeset 28890
- Timestamp:
- 06/29/2014 09:15:08 AM (12 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
-
js/theme.js (modified) (1 diff)
-
themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/theme.js
r28868 r28890 190 190 return match.test( haystack ); 191 191 }); 192 193 if ( results.length === 0 ) { 194 this.trigger( 'query:empty' ); 195 } else { 196 $( 'body' ).removeClass( 'no-results' ); 197 } 192 198 193 199 this.reset( results ); -
trunk/src/wp-admin/themes.php
r28500 r28890 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.
Note: See TracChangeset
for help on using the changeset viewer.