Skip to:
Content

BuddyPress.org

Changeset 556


Ignore:
Timestamp:
11/18/2008 05:16:00 PM (17 years ago)
Author:
apeatling
Message:

Adding back the function to force a 200 header and stop the 404's in IE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-catchuri.php

    r522 r556  
    184184    /* Make sure this is not reported as a 404 */
    185185    // This is causing too many problems right now.
    186     //header( "Status: 200 OK", true, 200 );
     186    header( "Status: 200 OK", true, 200 );
    187187       
    188188    do_action( 'get_header' );
Note: See TracChangeset for help on using the changeset viewer.