Changeset 34873
- Timestamp:
- 10/06/2015 05:34:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r34383 r34873 218 218 */ 219 219 public function no_items() { 220 if ( ! $this->has_items )220 if ( $this->has_items ) { 221 221 _e( 'No themes found.' ); 222 else222 } else { 223 223 _e( 'You do not appear to have any themes available at this time.' ); 224 } 224 225 } 225 226
Note: See TracChangeset
for help on using the changeset viewer.