Skip to:
Content

bbPress.org


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

Breathing room for all !is_ usages.

File:
1 edited

Legend:

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

    r6146 r6196  
    410410
    411411    // Check for missing reply_id or error
    412     if ( ! empty( $reply_id ) && !is_wp_error( $reply_id ) ) {
     412    if ( ! empty( $reply_id ) && ! is_wp_error( $reply_id ) ) {
    413413
    414414        /** Topic Tags ********************************************************/
     
    772772    /** No Errors *************************************************************/
    773773
    774     if ( ! empty( $reply_id ) && !is_wp_error( $reply_id ) ) {
     774    if ( ! empty( $reply_id ) && ! is_wp_error( $reply_id ) ) {
    775775
    776776        // Update counts, etc...
Note: See TracChangeset for help on using the changeset viewer.