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-activity.php

    r4620 r4823  
    11<?php
    2 
    32/**
    43 * BuddyPress Groups Activity & Notification Functions
     
    109 * @subpackage Groups
    1110 */
     11
     12// Exit if accessed directly
     13if ( !defined( 'ABSPATH' ) ) exit;
    1214
    1315function groups_register_activity_actions() {
Note: See TracChangeset for help on using the changeset viewer.