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

    r4775 r4825  
    11<?php
    2 
    32/*******************************************************************************
    43 * Business functions are where all the magic happens in BuddyPress. They will
     
    76 * true or false on success or failure.
    87 */
     8
     9// Exit if accessed directly
     10if ( !defined( 'ABSPATH' ) ) exit;
    911
    1012function messages_new_message( $args = '' ) {
Note: See TracChangeset for help on using the changeset viewer.