Skip to content

Commit

Permalink
split upload
Browse files Browse the repository at this point in the history
  • Loading branch information
timse201 authored Dec 22, 2024
1 parent b98f3bb commit 323c922
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function prepare_items() {
if ( 'search' === $tab ) {
$tabs['search'] = __( 'Search Results' );
}
$tabs['upload'] = __( 'Upload' );
$tabs['upload'] = _x( 'Upload', 'noun' );
$tabs['featured'] = _x( 'Featured', 'themes' );
//$tabs['popular'] = _x( 'Popular', 'themes' );
$tabs['new'] = _x( 'Latest', 'themes' );
Expand Down

0 comments on commit 323c922

Please sign in to comment.