[buddypress-trac] [BuddyPress Trac] #6043: Persistent "repair" message in admin for people allowing registration
buddypress-trac
noreply at wordpress.org
Tue Nov 25 18:06:57 UTC 2014
#6043: Persistent "repair" message in admin for people allowing registration
--------------------------+-----------------------
Reporter: imath | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.2
Component: Core | Version:
Severity: normal | Keywords: has-patch
--------------------------+-----------------------
Since r9177 even if we define the pages for registration and activation,
the message inviting us to repair the page association keeps on showing.
That's because these two pages are not components and the following check
is not taking this fact in account :
{{{
if ( ! bp_is_active( $component_name ) || 'trash' == get_post_status(
$page_id ) ) {
unset( $page_ids[ $component_name ] );
}
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6043>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list