Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/03/2017 08:36:09 PM (9 years ago)
Author:
johnjamesjacoby
Message:

General: Remove () around require construct calls, and breathing room around some ! usages.

File:
1 edited

Legend:

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

    r6250 r6284  
    9090
    9191                // Define the parent forum ID
    92                 if ( !defined( 'BP_FORUMS_PARENT_FORUM_ID' ) ) {
     92                if ( ! defined( 'BP_FORUMS_PARENT_FORUM_ID' ) ) {
    9393                        define( 'BP_FORUMS_PARENT_FORUM_ID', 1 );
    9494                }
    9595
    9696                // Define a slug, if necessary
    97                 if ( !defined( 'BP_FORUMS_SLUG' ) ) {
     97                if ( ! defined( 'BP_FORUMS_SLUG' ) ) {
    9898                        define( 'BP_FORUMS_SLUG', $this->id );
    9999                }
Note: See TracChangeset for help on using the changeset viewer.