No translators, you don't need to localize a non-breaking space.

git-svn-id: http://svn.automattic.com/wordpress/trunk@18916 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-10-07 06:41:51 +00:00
parent 50078431dc
commit 502638442f
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ function wp_admin_bar_wp_menu( $wp_admin_bar ) {
$wp_admin_bar->add_menu( array(
'parent' => 'wp-logo',
'id' => 'wp-logo-secondary',
'title' => __( ' ' ),
'title' => ' ',
'meta' => array(
'class' => 'secondary',
),