Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/23/2011 05:34:34 PM (15 years ago)
Author:
djpaul
Message:

Add ABSPATH checks to Blogs tracking component. See #3367

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-activity.php

    r4466 r4819  
    11<?php
    2 
    32/******************************************************************************
    43 * These functions handle the recording, deleting and formatting of activity and
    54 * notifications for the user and for this specific component.
    65 */
     6
     7// Exit if accessed directly
     8if ( !defined( 'ABSPATH' ) ) exit;
     9
    710
    811function bp_blogs_register_activity_actions() {
Note: See TracChangeset for help on using the changeset viewer.