Skip to:
Content

BuddyPress.org


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

Correct phpdoc for $bp global

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-template.php

    r4356 r4400  
    1212 *
    1313 * @package BuddyPress Core
    14  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     14 * @global object $bp Global BuddyPress settings object
    1515 * @uses bp_get_user_nav() Renders the navigation for a profile of a currently viewed user.
    1616 */
     
    6969 *
    7070 * @package BuddyPress Core
    71  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     71 * @global object $bp Global BuddyPress settings object
    7272 */
    7373function bp_has_options_avatar() {
     
    637637     * @since 1.3
    638638     *
    639      * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     639     * @global object $bp Global BuddyPress settings object
    640640     * @param string $component Optional. Defaults to the current component
    641641     * @return string $root_slug The root slug
     
    670670 *
    671671 * @since BuddyPress {r3923}
    672  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     672 * @global object $bp Global BuddyPress settings object
    673673 * @param str $root_slug Needle to our active component haystack
    674674 * @return mixed False if none found, component name if found
     
    845845 * page in wp-admin's Settings > Reading screen.
    846846 *
    847  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     847 * @global object $bp Global BuddyPress settings object
    848848 * @global $current_blog WordPress global for the current blog
    849849 * @param string $component Optional; Name of the component to check for.
Note: See TracChangeset for help on using the changeset viewer.