Opened 3 months ago
Closed 3 months ago
#9219 closed defect (bug) (fixed)
Missing document title for the Extended profile User Admin page
Reported by: | imath | Owned by: | imath |
---|---|---|---|
Milestone: | 15.0.0 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | Administration | Keywords: | has-patch |
Cc: |
Description
On a regular site, when a subscriber is viewing their own extended profile, it generates a deprecated error because the document title is not found by WordPress Plugin API in this case: get_admin_page_title()
fails as the URL for the Extended Profile is based on users.php
instead of profile.php
.
The same issue happens when a subsite subscriber is viewing his own extended profile from this subsite on Multisite configs.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Make sure the document title is found by WordPress when a user is viewing their own BP Admin Profile.
Trac ticket: https://buddypress.trac.wordpress.org/ticket/9219