Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/23/2011 06:24:31 PM (15 years ago)
Author:
djpaul
Message:

Add ABSPATH checks to Settings component. See #3367

File:
1 edited

Legend:

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

    r3757 r4826  
    11<?php
    2 /*
    3  * To change this template, choose Tools | Templates
    4  * and open the template in the editor.
    5  */
    6 
     2// Exit if accessed directly
     3if ( !defined( 'ABSPATH' ) ) exit;
    74?>
Note: See TracChangeset for help on using the changeset viewer.