Opened 11 years ago
Closed 11 years ago
#5323 closed enhancement (fixed)
In the "Pages" meta box of Menu Administration Screen, exclude Activate and Register pages
Reported by: | imath | Owned by: | imath |
---|---|---|---|
Milestone: | 2.0 | Priority: | low |
Severity: | minor | Version: | 1.9.1 |
Component: | Core | Keywords: | has-patch commit |
Cc: |
Description
Since BuddyPress user nav menu, i think we should filter the list of links displayed in the "Pages" meta box to avoid displaying :
- the Activation page as it's only used to activate an account.
- the Register page, because it can introduce some confusion with the Register BuddyPress user nav menu item.
Attachments (2)
Change History (8)
#1
@
11 years ago
- Summary changed from In the "Pages" meta box of Menu Administration Screens, exclude some Activate and Register pages to In the "Pages" meta box of Menu Administration Screen, exclude Activate and Register pages
Note: See
TracTickets for help on using
tickets.
Some feedback about the patch:
$pages
should be initialised to an empty array.!empty
should be! empty
.Other than that, looks good.