Changeset 10487 for trunk/src/bp-xprofile/bp-xprofile-filters.php
- Timestamp:
- 02/01/2016 06:53:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-filters.php
r10434 r10487 223 223 224 224 // Valid field values of 0 or '0' get caught by empty(), so we have an extra check for these. See #BP5731. 225 225 if ( ! isset( $field_value ) || empty( $field_value ) && ( '0' !== $field_value ) ) { 226 226 return false; 227 227 }
Note: See TracChangeset
for help on using the changeset viewer.