Link 'W' to about.php. see #18795.

git-svn-id: https://develop.svn.wordpress.org/trunk@19166 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-11-05 03:35:20 +00:00
parent 50c56deeeb
commit 970b93c056
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ function wp_admin_bar_wp_menu( $wp_admin_bar ) {
$wp_admin_bar->add_menu( array(
'id' => 'wp-logo',
'title' => ' ',
'href' => '#',
'href' => admin_url( 'about.php' ),
'meta' => array(
'class' => 'wp-admin-bar-logo',
),