Skip to:
Content

BuddyPress.org

Changeset 4817 for trunk/bp-loader.php


Ignore:
Timestamp:
07/23/2011 05:20:06 PM (14 years ago)
Author:
djpaul
Message:

Add ABSPATH checks to Activity component. See #3367

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r4775 r4817  
    99 * Network:     true
    1010 */
     11
     12// Exit if accessed directly
     13if ( !defined( 'ABSPATH' ) ) exit;
    1114
    1215/** Constants *****************************************************************/
Note: See TracChangeset for help on using the changeset viewer.