Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/23/2011 06:20:16 PM (14 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-screens.php

    r4648 r4823  
    11<?php
    2 
    32/********************************************************************************
    43 * Screen Functions
     
    87 * functions, then pass on the user to a template file.
    98 */
     9
     10// Exit if accessed directly
     11if ( !defined( 'ABSPATH' ) ) exit;
    1012
    1113function groups_directory_groups_setup() {
Note: See TracChangeset for help on using the changeset viewer.