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/common/classes.php

    r5770 r5829  
    396396
    397397                // Check for a callback and use it if specified
    398                 if ( !empty( $args['callback'] ) ) {
     398                if ( ! empty( $args['callback'] ) ) {
    399399                        call_user_func( $args['callback'], $object, $args, $depth );
    400400                        return;
     
    402402
    403403                // Style for div or list element
    404                 if ( !empty( $args['style'] ) && ( 'div' === $args['style'] ) ) {
     404                if ( ! empty( $args['style'] ) && ( 'div' === $args['style'] ) ) {
    405405                        echo "<div>\n";
    406406                } else {
     
    417417
    418418                // Check for a callback and use it if specified
    419                 if ( !empty( $args['end-callback'] ) ) {
     419                if ( ! empty( $args['end-callback'] ) ) {
    420420                        call_user_func( $args['end-callback'], $object, $args, $depth );
    421421                        return;
     
    423423
    424424                // Style for div or list element
    425                 if ( !empty( $args['style'] ) && ( 'div' === $args['style'] ) ) {
     425                if ( ! empty( $args['style'] ) && ( 'div' === $args['style'] ) ) {
    426426                        echo "</div>\n";
    427427                } else {
Note: See TracChangeset for help on using the changeset viewer.