Skip to:
Content

BuddyPress.org


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

Add ABSPATH checks to Friends component. See #3367

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends/bp-friends-screens.php

    r4605 r4822  
    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 friends_screen_my_friends() {
Note: See TracChangeset for help on using the changeset viewer.