Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/16/2012 12:52:24 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Replace ambiguous 'object' phpdoc references with more accurate descriptions for the $bp global

File:
1 edited

Legend:

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

    r5840 r5926  
    1818 * @since 1.5
    1919 *
    20  * @global object $bp Global BuddyPress settings object
     20 * @global BuddyPress $bp The one true BuddyPress instance
    2121 * @return bool True if set, False if empty
    2222 */
     
    3535 *
    3636 * @package BuddyPress Core Core
    37  * @global object $bp Global BuddyPress settings object
     37 * @global BuddyPress $bp The one true BuddyPress instance
    3838 */
    3939function bp_core_define_slugs() {
     
    382382 *
    383383 * @package BuddyPress Core
    384  * @global object $bp Global BuddyPress settings object
     384 * @global BuddyPress $bp The one true BuddyPress instance
    385385 * @uses wp_cache_get() Will try and fetch the value from the cache, rather than querying the DB again.
    386386 * @uses get_userdata() Fetches the WP userdata for a specific user.
Note: See TracChangeset for help on using the changeset viewer.