Changeset 7315 for trunk/src/includes/common/functions.php
- Timestamp:
- 06/26/2025 01:18:20 AM (5 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/functions.php
r7303 r7315 2617 2617 2618 2618 // Either force a 404 when 200, or a 200 when 404 2619 $override = ( true === $wp_query->bbp_is_404 ) 2620 ? bbp_set_404( $wp_query ) 2621 : bbp_set_200(); 2619 if ( true === $wp_query->bbp_is_404 ) { 2620 bbp_set_404( $wp_query ); 2621 } else { 2622 bbp_set_200(); 2623 } 2624 2625 // Overridden 2626 $override = true; 2622 2627 } 2623 2628
Note: See TracChangeset
for help on using the changeset viewer.