Changeset 9192 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 11/26/2014 08:11:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r9191 r9192 118 118 } 119 119 120 if ( $values[0] && $values[1]) {120 if ( isset( $values[0], $values[1] ) ) { 121 121 if ( "num" === "' . $type . '" ) { 122 122 $cmp = $values[0] - $values[1];
Note: See TracChangeset
for help on using the changeset viewer.