Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/14/2015 12:46:38 AM (9 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/forums/capabilities.php

    r5770 r5829  
    7272                // Get the post
    7373                $_post = get_post( $args[0] );
    74                 if ( !empty( $_post ) ) {
     74                if ( ! empty( $_post ) ) {
    7575
    7676                    // Get caps for post type object
     
    127127            // Get the post
    128128            $_post = get_post( $args[0] );
    129             if ( !empty( $_post ) ) {
     129            if ( ! empty( $_post ) ) {
    130130
    131131                // Get caps for post type object
     
    156156            // Get the post
    157157            $_post = get_post( $args[0] );
    158             if ( !empty( $_post ) ) {
     158            if ( ! empty( $_post ) ) {
    159159
    160160                // Get caps for post type object
Note: See TracChangeset for help on using the changeset viewer.