Use an ellipsis instead of ...
see #27453, #27055. Built from https://develop.svn.wordpress.org/trunk@27614 git-svn-id: http://core.svn.wordpress.org/trunk@27457 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
111e6a73be
commit
d853e11960
|
@ -46,7 +46,7 @@ wp_localize_script( 'theme', '_wpThemeSettings', array(
|
|||
'l10n' => array(
|
||||
'addNew' => __( 'Add New Theme' ),
|
||||
'search' => __( 'Search Themes' ),
|
||||
'searchPlaceholder' => __( 'Search themes...' ),
|
||||
'searchPlaceholder' => __( 'Search themes…' ),
|
||||
'upload' => __( 'Upload Theme' ),
|
||||
'back' => __( 'Back' ),
|
||||
'error' => ( 'There was a problem trying to load the themes. Please, try again.' ), // @todo improve
|
||||
|
|
Loading…
Reference in New Issue