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-activity/bp-activity-actions.php

    r4817 r4819  
    11<?php
    2 // Exit if accessed directly
    3 if ( !defined( 'ABSPATH' ) ) exit;
    4 
    52/*******************************************************************************
    63 * Action functions are exactly the same as screen functions, however they do
     
    85 * user back to the default screen after execution.
    96 */
     7
     8// Exit if accessed directly
     9if ( !defined( 'ABSPATH' ) ) exit;
    1010
    1111// Allow core components and dependent plugins to register activity actions
Note: See TracChangeset for help on using the changeset viewer.