Changeset 4826
- Timestamp:
- 07/23/2011 06:24:31 PM (14 years ago)
- Location:
- trunk/bp-settings
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-settings/bp-settings-actions.php
r4606 r4826 1 1 <?php 2 // Exit if accessed directly 3 if ( !defined( 'ABSPATH' ) ) exit; 4 2 5 /** General *******************************************************************/ 3 6 -
trunk/bp-settings/bp-settings-functions.php
r3757 r4826 1 1 <?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 3 if ( !defined( 'ABSPATH' ) ) exit; 7 4 ?> -
trunk/bp-settings/bp-settings-loader.php
r4786 r4826 1 1 <?php 2 // Exit if accessed directly 3 if ( !defined( 'ABSPATH' ) ) exit; 2 4 3 5 class BP_Settings_Component extends BP_Component { -
trunk/bp-settings/bp-settings-screens.php
r3757 r4826 1 1 <?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 3 if ( !defined( 'ABSPATH' ) ) exit; 7 4 ?> -
trunk/bp-settings/bp-settings-template.php
r4786 r4826 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Settings Template Functions … … 7 6 * @subpackage Settings Template 8 7 */ 8 9 // Exit if accessed directly 10 if ( !defined( 'ABSPATH' ) ) exit; 9 11 10 12 /**
Note: See TracChangeset
for help on using the changeset viewer.