[buddypress-trac] [BuddyPress] #3769: WP Admin Bar - Cannot arrange "My Account" items
buddypress-trac
noreply at wordpress.org
Tue Oct 22 13:12:11 UTC 2013
#3769: WP Admin Bar - Cannot arrange "My Account" items
------------------------------+--------------------
Reporter: r-a-y | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 1.9
Component: Core | Version: 1.5.1
Severity: normal | Resolution:
Keywords: has-patch commit |
------------------------------+--------------------
Comment (by boonebgorges):
There's no particular problem with passing more arguments than needed to
`BP_Component::start()`. You can run the following on BP 1.8:
{{{
parent::start(
'blah',
'Blah',
'blah/includes',
array( 'foo' )
);
}}}
and it'll just ignore the additional param.
I guess what you're really pointing to is the adminbar order. But I think
it's fine not to support it officially for older versions. It's a new
feature. Plugins that want to support it can do a workaround like the one
you've suggested here. So, I don't really see an issue.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3769#comment:10>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list