Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/28/2016 06:16:53 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Breathing room for all !is_ usages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/replies/template.php

    r6185 r6196  
    785785
    786786                // Check reply and revision log exist
    787                 if ( empty( $reply_id ) || empty( $revision_log ) || !is_array( $revision_log ) ) {
     787                if ( empty( $reply_id ) || empty( $revision_log ) || ! is_array( $revision_log ) ) {
    788788                        return false;
    789789                }
Note: See TracChangeset for help on using the changeset viewer.