Changeset 4821
- Timestamp:
- 07/23/2011 06:12:46 PM (14 years ago)
- Location:
- trunk/bp-forums
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-actions.php
r3806 r4821 1 1 <?php 2 // Exit if accessed directly 3 if ( !defined( 'ABSPATH' ) ) exit; 2 4 3 5 ?> -
trunk/bp-forums/bp-forums-admin.php
r4700 r4821 1 1 <?php 2 // Exit if accessed directly 3 if ( !defined( 'ABSPATH' ) ) exit; 2 4 3 5 function bp_forums_add_admin_menu() { -
trunk/bp-forums/bp-forums-bbpress-sa.php
r4775 r4821 1 1 <?php 2 // Exit if accessed directly 3 if ( !defined( 'ABSPATH' ) ) exit; 4 2 5 function bp_forums_load_bbpress() { 3 6 global $bp, $wpdb, $wp_roles, $current_user, $wp_users_object; -
trunk/bp-forums/bp-forums-bbpress.php
r3770 r4821 1 1 <?php 2 3 2 /** 4 3 * Placeholder for bbPress plugin bridge 5 4 */ 6 5 6 // Exit if accessed directly 7 if ( !defined( 'ABSPATH' ) ) exit; 7 8 ?> -
trunk/bp-forums/bp-forums-filters.php
r4652 r4821 1 1 <?php 2 // Exit if accessed directly 3 if ( !defined( 'ABSPATH' ) ) exit; 2 4 3 5 /* Apply WordPress defined filters */ -
trunk/bp-forums/bp-forums-functions.php
r4770 r4821 1 1 <?php 2 2 // Exit if accessed directly 3 if ( !defined( 'ABSPATH' ) ) exit; 3 4 4 5 function bp_forums_is_installed_correctly() { -
trunk/bp-forums/bp-forums-loader.php
r4786 r4821 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Forums Loader … … 9 8 * @subpackage Forums Core 10 9 */ 10 11 // Exit if accessed directly 12 if ( !defined( 'ABSPATH' ) ) exit; 11 13 12 14 class BP_Forums_Component extends BP_Component { -
trunk/bp-forums/bp-forums-screens.php
r4803 r4821 1 1 <?php 2 // Exit if accessed directly 3 if ( !defined( 'ABSPATH' ) ) exit; 4 2 5 function bp_forums_directory_forums_setup() { 3 6 global $bp; -
trunk/bp-forums/bp-forums-template.php
r4804 r4821 1 1 <?php 2 // Exit if accessed directly 3 if ( !defined( 'ABSPATH' ) ) exit; 2 4 3 5 /**
Note: See TracChangeset
for help on using the changeset viewer.