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-template.php

    r4372 r4400  
    620620 * @todo Move to a back-compat file?
    621621 * @deprecated Does not seem to be called anywhere in the core
    622  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     622 * @global object $bp Global BuddyPress settings object
    623623 */
    624624function bp_get_loggedin_user_nav() {
     
    662662 *
    663663 * @package BuddyPress Core
    664  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     664 * @global object $bp Global BuddyPress settings object
    665665 */
    666666function bp_get_displayed_user_nav() {
Note: See TracChangeset for help on using the changeset viewer.