Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/10/2014 03:54:41 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Bracketize extensions, and missed a spot in the admin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/extend/buddypress/members.php

    r4941 r5441  
    159159
    160160        // Special handling for forum component
    161         if ( ! bp_is_my_profile() )
     161        if ( ! bp_is_my_profile() ) {
    162162            return;
     163        }
    163164
    164165        global $wp_query;
Note: See TracChangeset for help on using the changeset viewer.