Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/20/2011 07:33:20 PM (15 years ago)
Author:
djpaul
Message:

Correct phpdoc for $bp global

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-functions.php

    r4386 r4400  
    1919 *
    2020 * @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
    2222 */
    2323function bp_core_define_slugs() {
     
    376376 *
    377377 * @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
    379379 * @uses wp_cache_get() Will try and fetch the value from the cache, rather than querying the DB again.
    380380 * @uses get_userdata() Fetches the WP userdata for a specific user.
     
    513513 *
    514514 * @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
    516516 * @global $wpdb WordPress user data for the current logged in user.
    517517 * @return array of post ids.
     
    530530 *
    531531 * @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
    533533 * @uses is_super_admin() Checks to see if the user is a site administrator.
    534534 * @uses wpmu_delete_user() Deletes a user from the system on multisite installs.
Note: See TracChangeset for help on using the changeset viewer.