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-core/bp-core-buddybar.php

    r4240 r4400  
    55 *
    66 * @package BuddyPress Core
    7  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     7 * @global object $bp Global BuddyPress settings object
    88 */
    99function bp_core_new_nav_item( $args = '' ) {
     
    8787 *
    8888 * @package BuddyPress Core
    89  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     89 * @global object $bp Global BuddyPress settings object
    9090 */
    9191function bp_core_new_nav_default( $args = '' ) {
     
    126126 *
    127127 * @package BuddyPress Core
    128  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     128 * @global object $bp Global BuddyPress settings object
    129129 */
    130130function bp_core_sort_nav_items() {
     
    157157 *
    158158 * @package BuddyPress Core
    159  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     159 * @global object $bp Global BuddyPress settings object
    160160 */
    161161function bp_core_new_subnav_item( $args = '' ) {
     
    306306 * @package BuddyPress Core
    307307 * @param $parent_id The id of the parent navigation item.
    308  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     308 * @global object $bp Global BuddyPress settings object
    309309 */
    310310function bp_core_reset_subnav_items( $parent_slug ) {
Note: See TracChangeset for help on using the changeset viewer.