Changeset 10556
- Timestamp:
- 02/08/2016 09:31:52 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r10514 r10556 3080 3080 3081 3081 foreach ( $tokens as $token => $value ) { 3082 if ( is_callable( $value ) ) {3082 if ( ! is_string( $value ) && is_callable( $value ) ) { 3083 3083 $value = call_user_func( $value ); 3084 3084 }
Note: See TracChangeset
for help on using the changeset viewer.