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-themes/bp-default/functions.php

    r4328 r4400  
    5555 * functions.php file.
    5656 *
    57  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     57 * @global object $bp Global BuddyPress settings object
    5858 * @since 1.3
    5959 */
     
    133133 * Enqueue theme javascript safely
    134134 *
    135  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     135 * @global object $bp Global BuddyPress settings object
    136136 * @see http://codex.wordpress.org/Function_Reference/wp_enqueue_script
    137137 * @since 1.3
     
    529529 * Used when the custom menus haven't been configured.
    530530 *
    531  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     531 * @global object $bp Global BuddyPress settings object
    532532 * @param array Menu arguments from wp_nav_menu()
    533533 * @see wp_nav_menu()
Note: See TracChangeset for help on using the changeset viewer.