Changeset 8131 for trunk/bp-activity/bp-activity-functions.php
- Timestamp:
- 03/14/2014 12:37:28 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-functions.php
r8130 r8131 638 638 } 639 639 640 // If nothing was found, return false640 // If nothing was found, return empty string 641 641 if ( empty( $values ) ) { 642 $retval = false;642 $retval = ''; 643 643 } else { 644 644 $retval = $values; 645 645 } 646 }647 648 // Legacy - On failure, expect false, not an empty string649 if ( '' === $retval ) {650 $retval = false;651 646 } 652 647
Note: See TracChangeset
for help on using the changeset viewer.