Changeset 5637 for trunk/src/includes/core/theme-compat.php
- Timestamp:
- 03/10/2015 04:51:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/theme-compat.php
r5608 r5637 404 404 * Force the header back to 200 status if not a deliberate 404 405 405 * 406 * @see http ://bbpress.trac.wordpress.org/ticket/1973406 * @see https://bbpress.trac.wordpress.org/ticket/1973 407 407 */ 408 408 if ( ! $wp_query->is_404() ) { … … 448 448 * recursive filtering of 'the_content'. 449 449 * 450 * @link http ://bbpress.trac.wordpress.org/ticket/2429450 * @link https://bbpress.trac.wordpress.org/ticket/2429 451 451 */ 452 452 if ( bbp_is_template_included() ) { … … 767 767 * and header statuses, as well as to set the post global as needed. 768 768 * 769 * @see http ://bbpress.trac.wordpress.org/ticket/1478/769 * @see https://bbpress.trac.wordpress.org/ticket/1478/ 770 770 */ 771 771 if ( bbp_is_template_included() ) {
Note: See TracChangeset
for help on using the changeset viewer.