Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 10 years ago

#5464 closed defect (bug) (fixed)

wp-admin/profile nav is loaded on child blogs on a network

Reported by: imath's profile imath Owned by: boonebgorges's profile boonebgorges
Milestone: 2.0 Priority: high
Severity: normal Version:
Component: Administration Keywords: has-patch 2nd-opinion
Cc:

Description

If BuddyPress is network activated, the wp-admin/profile nav is loaded on each blog. As the css lacks it stays at the bottom of the page.

We should simply not show this nav on child blogs as the links to edit WordPress Profile or Community profile are directing into the ones of the network admin.

Attachments (1)

5464.diff (448 bytes) - added by imath 11 years ago.

Download all attachments as: .zip

Change History (2)

@imath
11 years ago

#1 @boonebgorges
10 years ago

  • Owner set to boonebgorges
  • Resolution set to fixed
  • Status changed from new to closed

In 8162:

Only load the WordPress/Community Profile tabs in user-edit.php when appropriate

They should not be loaded outside the network admin when bp_core_do_network_admin()
is true.

Fixes #5464

Props imath

Note: See TracTickets for help on using tickets.