[buddypress-trac] [BuddyPress Trac] #8908: Do not neutralize `BP_Component::parse_query()` when BP Rewrites are not in use

buddypress-trac noreply at wordpress.org
Sun May 28 08:06:12 UTC 2023


#8908: Do not neutralize `BP_Component::parse_query()` when BP Rewrites are not in
use
--------------------------+-------------------------
 Reporter:  imath         |      Owner:  imath
     Type:  defect (bug)  |     Status:  assigned
 Priority:  normal        |  Milestone:  12.0.0
Component:  Route Parser  |    Version:
 Severity:  normal        |   Keywords:  needs-patch
--------------------------+-------------------------
 Even if we were not using it until 12.0, only using
 `BP_Component::parse_query()` when BP Rewrites can generate issues with
 plugins which were using WP Rewrites to build their URLs. For example, the
 BP Attachments plugin does.

 To prevent resetting BP URI globals another time when the Legacy URL
 parser is used (having the BP Classic plugin active), we need to
 neutralize each children component's `parse_query()` methods.

 Relative to #4954

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8908>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list