Skip to:
Content

BuddyPress.org


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

Correct phpdoc for $bp global

File:
1 edited

Legend:

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

    r4378 r4400  
    178178 *
    179179 * @package BuddyPress Core
    180  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     180 * @global object $bp Global BuddyPress settings object
    181181 * @uses is_super_admin() returns true if the current user is a site admin, false if not
    182182 * @uses add_submenu_page() WP function to add a submenu item
     
    214214 * @since 1.3
    215215 *
    216  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     216 * @global object $bp Global BuddyPress settings object
    217217 * @uses is_super_admin() to check current user permissions before showing the notices
    218218 * @uses bp_is_root_blog()
     
    253253 * @since 1.3
    254254 *
    255  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     255 * @global object $bp Global BuddyPress settings object
    256256 * @param string $notice The notice you are adding to the queue
    257257 */
     
    506506 *
    507507 * @package BuddyPress Core
    508  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     508 * @global object $bp Global BuddyPress settings object
    509509 */
    510510function bp_core_render_message() {
     
    753753 *
    754754 * @package BuddyPress Core
    755  * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()
     755 * @global object $bp Global BuddyPress settings object
    756756 * @param string $slug The slug to redirect to for searching.
    757757 */
Note: See TracChangeset for help on using the changeset viewer.