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/update.php

    r5775 r5829  
    6868
    6969    // Bail if not activating
    70     if ( empty( $action ) || !in_array( $action, array( 'activate', 'activate-selected' ) ) ) {
     70    if ( empty( $action ) || ! in_array( $action, array( 'activate', 'activate-selected' ) ) ) {
    7171        return false;
    7272    }
     
    8080
    8181    // Set basename if empty
    82     if ( empty( $basename ) && !empty( $bbp->basename ) ) {
     82    if ( empty( $basename ) && ! empty( $bbp->basename ) ) {
    8383        $basename = $bbp->basename;
    8484    }
     
    117117
    118118    // Bail if not deactivating
    119     if ( empty( $action ) || !in_array( $action, array( 'deactivate', 'deactivate-selected' ) ) ) {
     119    if ( empty( $action ) || ! in_array( $action, array( 'deactivate', 'deactivate-selected' ) ) ) {
    120120        return false;
    121121    }
     
    129129
    130130    // Set basename if empty
    131     if ( empty( $basename ) && !empty( $bbp->basename ) ) {
     131    if ( empty( $basename ) && ! empty( $bbp->basename ) ) {
    132132        $basename = $bbp->basename;
    133133    }
Note: See TracChangeset for help on using the changeset viewer.