Changeset 6022 for trunk/bp-core/bp-core-functions.php
- Timestamp:
- 05/11/2012 05:38:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-functions.php
r6015 r6022 77 77 if ( !empty( $bp->db_version_raw ) ) 78 78 $retval = $bp->db_version_raw; 79 79 80 80 return $retval; 81 81 } … … 481 481 if ( !is_user_logged_in() ) 482 482 return false; 483 483 484 484 $user_id = bp_loggedin_user_id(); 485 485 … … 950 950 * A utility for parsing individual function arguments into an array. 951 951 * 952 * The purpose of this function is to help with backward compatibility in cases where 952 * The purpose of this function is to help with backward compatibility in cases where 953 953 * 954 954 * function foo( $bar = 1, $baz = false, $barry = array(), $blip = false ) { // ...
Note: See TracChangeset
for help on using the changeset viewer.