Skip to:
Content

BuddyPress.org


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

Add ABSPATH checks to Groups component. See #3367

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-functions.php

    r4804 r4823  
    11<?php
    2 
    32/**
    43 * Functions are where all the magic happens in BuddyPress. They will
     
    76 * true or false on success or failure.
    87 */
     8
     9// Exit if accessed directly
     10if ( !defined( 'ABSPATH' ) ) exit;
    911
    1012/**
Note: See TracChangeset for help on using the changeset viewer.