Link the profile meta in 'My Account' to profile.php. props linuxologos, fixes #19193.

git-svn-id: https://develop.svn.wordpress.org/trunk@19200 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-11-07 17:25:13 +00:00
parent 9553be30d3
commit ae6ddbd3e6
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ function wp_admin_bar_my_account_menu( $wp_admin_bar ) {
'parent' => 'my-account',
'id' => 'user-info',
'title' => $user_info,
'href' => get_edit_profile_url( $user_id ),
'meta' => array(
'class' => 'user-info user-info-item'
),