Skip to:
Content

BuddyPress.org


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

Add ABSPATH checks to Forums component. See #3367

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-bbpress-sa.php

    r4775 r4821  
    11<?php
     2// Exit if accessed directly
     3if ( !defined( 'ABSPATH' ) ) exit;
     4
    25function bp_forums_load_bbpress() {
    36        global $bp, $wpdb, $wp_roles, $current_user, $wp_users_object;
Note: See TracChangeset for help on using the changeset viewer.