Changes between Version 1 and Version 2 of Ticket #6108, comment 2
- Timestamp:
- 02/12/2015 07:36:49 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6108, comment 2
v1 v2 3 3 Using `is_page( 'ANYSLUG' )` on a single BP page with theme compatibility enabled will always return `true`. 4 4 5 This is due to a bug with the `is_page()` function when a page ID is zero. 6 7 This is a WP core bug: #WP24674. 5 This is due to a WP core bug with the `is_page()` function when a page ID is zero - #WP24674. 8 6 9 7 I've added a patch to the WP ticket for those that are interested: