Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/14/2015 12:46:38 AM (11 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/theme-compat.php

    r5827 r5829  
    536536        // Reset post
    537537        bbp_theme_compat_reset_post( array(
    538             'ID'             => !empty( $page->ID ) ? $page->ID : 0,
     538            'ID'             => ! empty( $page->ID ) ? $page->ID : 0,
    539539            'post_title'     => $new_title,
    540540            'post_author'    => 0,
     
    606606        // Reset post
    607607        bbp_theme_compat_reset_post( array(
    608             'ID'             => !empty( $page->ID ) ? $page->ID : 0,
     608            'ID'             => ! empty( $page->ID ) ? $page->ID : 0,
    609609            'post_title'     => bbp_get_topic_archive_title(),
    610610            'post_author'    => 0,
     
    877877
    878878        // Filters exist in this priority
    879         if ( !empty( $priority ) && isset( $wp_filter[$tag][$priority] ) ) {
     879        if ( ! empty( $priority ) && isset( $wp_filter[$tag][$priority] ) ) {
    880880
    881881            // Store filters in a backup
     
    929929
    930930        // Filters exist in this priority
    931         if ( !empty( $priority ) && isset( $bbp->filters->wp_filter[$tag][$priority] ) ) {
     931        if ( ! empty( $priority ) && isset( $bbp->filters->wp_filter[$tag][$priority] ) ) {
    932932
    933933            // Store filters in a backup
Note: See TracChangeset for help on using the changeset viewer.