Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/14/2015 12:46:38 AM (10 years ago)
Author:
johnjamesjacoby
Message:

I think this building should be condemned. There's serious metal fatigue in all the load-bearing members, the wiring is substandard, it's completely inadequate for our power needs, and the neighborhood is like a demilitarized zone.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/template-loader.php

    r5770 r5829  
    111111    // A bbPress template file was located, so override the WordPress template
    112112    // and use it to switch off bbPress's theme compatibility.
    113     if ( !empty( $new_template ) ) {
     113    if ( ! empty( $new_template ) ) {
    114114        $template = bbp_set_template_included( $new_template );
    115115    }
     
    160160    }
    161161
    162     if ( ! defined( 'WP_INSTALLING' ) || ( !empty( $pagenow ) && ( 'wp-activate.php' !== $pagenow ) ) ) {
     162    if ( ! defined( 'WP_INSTALLING' ) || ( ! empty( $pagenow ) && ( 'wp-activate.php' !== $pagenow ) ) ) {
    163163        bbp_locate_template( 'bbpress-functions.php', true );
    164164    }
Note: See TracChangeset for help on using the changeset viewer.