Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/09/2014 07:08:34 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Add brackets to comparison in bbp_is_single_forum().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/common/template.php

    r5466 r5485  
    179179
    180180    // Edit is not a single forum
    181     if ( bbp_is_forum_edit() )
     181    if ( bbp_is_forum_edit() ) {
    182182        return false;
     183    }
    183184
    184185    // Single and a match
Note: See TracChangeset for help on using the changeset viewer.