Skip to:
Content

BuddyPress.org


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

Add ABSPATH checks to Members component. See #3367

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-notifications.php

    r4770 r4824  
    11<?php
    2 
    32/**
    43 * BuddyPress Member Notifications
     
    98 * @subpackage Members
    109 */
     10
     11// Exit if accessed directly
     12if ( !defined( 'ABSPATH' ) ) exit;
    1113
    1214function bp_core_add_notification( $item_id, $user_id, $component_name, $component_action, $secondary_item_id = 0, $date_notified = false ) {
Note: See TracChangeset for help on using the changeset viewer.