Skip to:
Content

BuddyPress.org


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

Add ABSPATH checks to Core component. See #3367

File:
1 edited

Legend:

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

    r4636 r4820  
    66 * Modified for BuddyPress by: Andy Peatling - http://apeatling.wordpress.com/
    77 */
     8
     9// Exit if accessed directly
     10if ( !defined( 'ABSPATH' ) ) exit;
    811
    912/***
Note: See TracChangeset for help on using the changeset viewer.