Themes: use explicit 'search installed themes' label and placeholder.
fixes #26496. Built from https://develop.svn.wordpress.org/trunk@26827 git-svn-id: http://core.svn.wordpress.org/trunk@26714 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
+2
-1
@@ -106,7 +106,8 @@ wp_localize_script( 'theme', '_wpThemeSettings', array(
|
||||
),
|
||||
'l10n' => array(
|
||||
'addNew' => __( 'Add New Theme' ),
|
||||
'search' => __( 'Search...' ),
|
||||
'search' => __( 'Search Installed Themes' ),
|
||||
'searchPlaceholder' => __( 'Search installed themes...' ),
|
||||
),
|
||||
) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user