Opened 10 years ago
Closed 10 years ago
#5537 closed defect (bug) (fixed)
WP Adminbar subnav item order not the same as profile nav order
Reported by: | r-a-y | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 2.0 | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | Core | Keywords: | has-patch commit |
Cc: |
Description
From a report on the forums:
- The user profile in wp admin bar in the activity tab first sub link is Mention and then second one is Personal…should be other way round…
- Settings tab/wp-admin bar menu has a new link called “Profile”..this comes as 1st link in wp admin bar…should be the 3rd link…
http://buddypress.org/support/topic/buddypress-2-0-rc1-feedback/
I've attached a patch.
First item is pretty straightforward. Second one requires hooking into the settings admin nav before the admin bar is rendered. The latter is what I have question marks on.
Let me know what you think.
Attachments (1)
Change History (5)
#2
@
10 years ago
1st item is old. BP 1.5-old.
2nd item is being introduced in 2.0 because of the new "Settings > Profile" tab.
#3
@
10 years ago
- Keywords commit added
- Milestone changed from Awaiting Review to 2.0
Second one requires hooking into the settings admin nav before the admin bar is rendered. The latter is what I have question marks on.
Wow, so dumb, such stupid, that we have to do this. As long as the WP admin bar is built in order of hooked operations, I don't see that we have a better option.
It's annoying to have to fix this after an RC, but I guess it won't cause any harm.
Do you know if this is a regression from 1.9.x?