Skip to:
Content

bbPress.org

Changeset 4257


Ignore:
Timestamp:
10/19/2012 06:07:36 AM (11 years ago)
Author:
johnjamesjacoby
Message:

Theme Compat:

  • Pass integer into status_header() instead of string.
  • See #1973.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bbp-includes/core/theme-compat.php

    r4256 r4257  
    418418     */
    419419    if ( ! $wp_query->is_404() )
    420         status_header( '200' );
     420        status_header( 200 );
    421421
    422422    // If we are resetting a post, we are in theme compat
Note: See TracChangeset for help on using the changeset viewer.