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:
Andrew Nacin
2013-12-09 07:41:10 +00:00
parent 2530fbbfba
commit 87265a374b
7 changed files with 11 additions and 6 deletions
+2 -1
View File
@@ -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...' ),
),
) );