Changeset 4400 for trunk/bp-members/bp-members-functions.php
- Timestamp:
- 05/20/2011 07:33:20 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-members/bp-members-functions.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-functions.php
r4386 r4400 19 19 * 20 20 * @package BuddyPress Core Core 21 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()21 * @global object $bp Global BuddyPress settings object 22 22 */ 23 23 function bp_core_define_slugs() { … … 376 376 * 377 377 * @package BuddyPress Core 378 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()378 * @global object $bp Global BuddyPress settings object 379 379 * @uses wp_cache_get() Will try and fetch the value from the cache, rather than querying the DB again. 380 380 * @uses get_userdata() Fetches the WP userdata for a specific user. … … 513 513 * 514 514 * @package BuddyPress Core 515 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()515 * @global object $bp Global BuddyPress settings object 516 516 * @global $wpdb WordPress user data for the current logged in user. 517 517 * @return array of post ids. … … 530 530 * 531 531 * @package BuddyPress Core 532 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()532 * @global object $bp Global BuddyPress settings object 533 533 * @uses is_super_admin() Checks to see if the user is a site administrator. 534 534 * @uses wpmu_delete_user() Deletes a user from the system on multisite installs.
Note: See TracChangeset
for help on using the changeset viewer.