Changes between Initial Version and Version 1 of Ticket #6527, comment 3
- Timestamp:
- 06/23/2015 10:39:50 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6527, comment 3
initial v1 2 2 https://buddypress.trac.wordpress.org/ticket/6230#comment:11 3 3 4 As a consequence, BP hasn't manipulated `$wp_query` yet, so WP still sees the pageas a 404.4 As a consequence, BP hasn't manipulated `$wp_query` yet, so WP still sees BP single pages as a 404. 5 5 6 6 His is a special use case for a plugin dealing with access control. Since he wants to add BuddyPress support, in my opinion, he should be using BuddyPress conditional functions due to the current way we are dealing with pages in BuddyPress.