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

    r4558 r4825  
    11<?php
    2 
    32/*******************************************************************************
    43 * Screen functions are the controllers of BuddyPress. They will execute when their
     
    65 * functions, then pass on the user to a template file.
    76 */
     7
     8// Exit if accessed directly
     9if ( !defined( 'ABSPATH' ) ) exit;
    810
    911function messages_screen_inbox() {
Note: See TracChangeset for help on using the changeset viewer.