Skip to:
Content

BuddyPress.org

Changeset 5320 for trunk/bp-loader.php


Ignore:
Timestamp:
11/09/2011 06:54:53 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Move $bp_no_status_set global into $bp global, and more improvements to bp-core-catchuri.php.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r5317 r5320  
    155155     */
    156156    public $unfiltered_uri_offset = 0;
    157    
     157
     158    /**
     159     * @var bool Are status headers already sent?
     160     */
     161    public $no_status_set = false;
     162
    158163    /** Components ************************************************************/
    159164
Note: See TracChangeset for help on using the changeset viewer.