Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/01/2016 06:53:30 PM (8 years ago)
Author:
djpaul
Message:

Fix indentation on lines beginning with a space character followed by a tab.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-filters.php

    r10434 r10487  
    223223
    224224    // Valid field values of 0 or '0' get caught by empty(), so we have an extra check for these. See #BP5731.
    225     if ( ! isset( $field_value ) || empty( $field_value ) && ( '0' !== $field_value ) ) {
     225    if ( ! isset( $field_value ) || empty( $field_value ) && ( '0' !== $field_value ) ) {
    226226        return false;
    227227    }
Note: See TracChangeset for help on using the changeset viewer.