Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/12/2017 09:45:00 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Parenthesis clean-up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/forums.php

    r6397 r6398  
    445445
    446446        // Prepare for failure
    447         if ( false === $success || is_wp_error( $success ) ) {
     447        if ( ( false === $success ) || is_wp_error( $success ) ) {
    448448            $retval['failed'] = '1';
    449449        }
Note: See TracChangeset for help on using the changeset viewer.