- Timestamp:
- 12/22/2024 07:13:23 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php
r58745 r59554 61 61 $tabs['search'] = __( 'Search Results' ); 62 62 } 63 $tabs['upload'] = _ _( 'Upload' );63 $tabs['upload'] = _x( 'Upload', 'noun' ); 64 64 $tabs['featured'] = _x( 'Featured', 'themes' ); 65 65 //$tabs['popular'] = _x( 'Popular', 'themes' );
Note: See TracChangeset
for help on using the changeset viewer.