File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525if ( 'search ' == $ tab )
2626 $ tabs ['search ' ] = __ ('Search Results ' );
2727$ tabs ['upload ' ] = __ ('Upload ' );
28- $ tabs ['featured ' ] = __ ('Featured ' );
29- $ tabs ['popular ' ] = __ ('Popular ' );
30- $ tabs ['new ' ] = __ ('Newest ' );
31- $ tabs ['updated ' ] = __ ('Recently Updated ' );
28+ $ tabs ['featured ' ] = _x ('Featured ' , ' Plugin Installer ' );
29+ $ tabs ['popular ' ] = _x ('Popular ' , ' Plugin Installer ' );
30+ $ tabs ['new ' ] = _x ('Newest ' , ' Plugin Installer ' );
31+ $ tabs ['updated ' ] = _x ('Recently Updated ' , ' Plugin Installer ' );
3232
3333$ nonmenu_tabs = array ('plugin-information ' ); //Valid actions to perform which do not have a Menu item.
3434
Original file line number Diff line number Diff line change 3030if ( 'search ' == $ tab )
3131 $ tabs ['search ' ] = __ ('Search Results ' );
3232$ tabs ['upload ' ] = __ ('Upload ' );
33- $ tabs ['featured ' ] = __ ('Featured ' );
34- //$tabs['popular'] = __ ('Popular');
35- $ tabs ['new ' ] = __ ('Newest ' );
36- $ tabs ['updated ' ] = __ ('Recently Updated ' );
33+ $ tabs ['featured ' ] = _x ('Featured ' , ' Theme Installer ' );
34+ //$tabs['popular'] = _x ('Popular','Theme Installer ');
35+ $ tabs ['new ' ] = _x ('Newest ' , ' Theme Installer ' );
36+ $ tabs ['updated ' ] = _x ('Recently Updated ' , ' Theme Installer ' );
3737
3838$ nonmenu_tabs = array ('theme-information ' ); //Valid actions to perform which do not have a Menu item.
3939
You can’t perform that action at this time.
0 commit comments