Skip to:
Content

BuddyPress.org


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

Add ABSPATH checks to Profile component. See #3367

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-loader.php

    r4786 r4827  
    11<?php
    2 
    32/**
    43 * BuddyPress XProfile Loader
     
    109 * @subpackage XProfile Core
    1110 */
     11
     12// Exit if accessed directly
     13if ( !defined( 'ABSPATH' ) ) exit;
    1214
    1315class BP_XProfile_Component extends BP_Component {
Note: See TracChangeset for help on using the changeset viewer.