Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/28/2016 06:16:53 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Breathing room for all !is_ usages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/theme-compat.php

    r5951 r6196  
    486486
    487487    // Bail if shortcodes are unset somehow
    488     if ( !is_a( $bbp_shortcodes, 'BBP_Shortcodes' ) ) {
     488    if ( ! is_a( $bbp_shortcodes, 'BBP_Shortcodes' ) ) {
    489489        return $template;
    490490    }
Note: See TracChangeset for help on using the changeset viewer.