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

    r4783 r4825  
    11<?php
    2 
    32/*******************************************************************************
    43 * Action functions are exactly the same as screen functions, however they do not
     
    65 * back to the default screen after execution.
    76 */
     7
     8// Exit if accessed directly
     9if ( !defined( 'ABSPATH' ) ) exit;
    810
    911function messages_action_view_message() {
Note: See TracChangeset for help on using the changeset viewer.