Changeset 5926 for trunk/bp-members/bp-members-functions.php
- Timestamp:
- 03/16/2012 12:52:24 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-functions.php
r5840 r5926 18 18 * @since 1.5 19 19 * 20 * @global object $bp Global BuddyPress settings object20 * @global BuddyPress $bp The one true BuddyPress instance 21 21 * @return bool True if set, False if empty 22 22 */ … … 35 35 * 36 36 * @package BuddyPress Core Core 37 * @global object $bp Global BuddyPress settings object37 * @global BuddyPress $bp The one true BuddyPress instance 38 38 */ 39 39 function bp_core_define_slugs() { … … 382 382 * 383 383 * @package BuddyPress Core 384 * @global object $bp Global BuddyPress settings object384 * @global BuddyPress $bp The one true BuddyPress instance 385 385 * @uses wp_cache_get() Will try and fetch the value from the cache, rather than querying the DB again. 386 386 * @uses get_userdata() Fetches the WP userdata for a specific user.
Note: See TracChangeset
for help on using the changeset viewer.