Skip to:
Content

BuddyPress.org


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

Add ABSPATH checks to Messages component. See #3367

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/bp-messages-cache.php

    r3917 r4825  
    11<?php
    2 
    32/*******************************************************************************
    43 * Caching functions handle the clearing of cached objects and pages on specific
    54 * actions throughout BuddyPress.
    65 */
     6
     7// Exit if accessed directly
     8if ( !defined( 'ABSPATH' ) ) exit;
    79
    810// List actions to clear super cached pages on, if super cache is installed
Note: See TracChangeset for help on using the changeset viewer.