[wp-trac] [WordPress Trac] #19429: Prevent the my-account node from being removed

WordPress Trac wp-trac at lists.automattic.com
Thu Dec 8 20:43:34 UTC 2011


#19429: Prevent the my-account node from being removed
--------------------------+----------------------
 Reporter:  nacin         |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  Admin Bar     |     Version:  3.3
 Severity:  normal        |  Resolution:  wontfix
 Keywords:                |
--------------------------+----------------------
Changes (by nacin):

 * keywords:  has-patch 2nd-opinion punt =>
 * status:  new => closed
 * resolution:   => wontfix
 * milestone:  3.3 =>


Comment:

 The only three plugins that tried to modify the my-account menu are
 wordpress-admin-bar-improved, cmsify, and s2member.

 s2member has already been updated to use the 3.3 APIs, and was only
 modifying the menu, rather than removing it.

 wordpress-admin-bar-improved (9,440 downloads) and cmsify (1,948
 downloads) use a series of checkboxes to allow menus to be turned on or
 off. So we're good here.

 wordpress-admin-bar-improved claims it is compatible with 3.3-beta3 but
 still tries to use $wp_admin_bar->menu, which was gone before then. So
 they have a bit of work to do.

 One other thing I noticed was that a plugin by johnbillion, user-
 switching, adds a node to both my-account and my-account-with-avatar. In
 3.3, due to the mapping, there will be two items, rather than one. (We
 don't check for duplicates.) I think this is not the end of the world, and
 obviously john can fix it.

 Note these searches were run on a plugins directory download that was
 about 7 weeks old. $wp_admin_bar->menu was removed 6 weeks ago. I'll be
 re-running the searches once the update is complete, but I don't expect
 any movement.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/19429#comment:10>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list