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/replies/capabilities.php

    r5770 r5829  
    6161                // Get the post
    6262                $_post = get_post( $args[0] );
    63                 if ( !empty( $_post ) ) {
     63                if ( ! empty( $_post ) ) {
    6464
    6565                    // Get caps for post type object
     
    116116            // Get the post
    117117            $_post = get_post( $args[0] );
    118             if ( !empty( $_post ) ) {
     118            if ( ! empty( $_post ) ) {
    119119
    120120                // Get caps for post type object
     
    144144            // Get the post
    145145            $_post = get_post( $args[0] );
    146             if ( !empty( $_post ) ) {
     146            if ( ! empty( $_post ) ) {
    147147
    148148                // Get caps for post type object
Note: See TracChangeset for help on using the changeset viewer.