Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/16/2012 12:52:24 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Replace ambiguous 'object' phpdoc references with more accurate descriptions for the $bp global

File:
1 edited

Legend:

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

    r5885 r5926  
    131131 * @since 1.5
    132132 *
    133  * @global object $bp Global BuddyPress settings object
     133 * @global BuddyPress $bp The one true BuddyPress instance
    134134 * @uses bp_current_user_can() to check current user permissions before showing the notices
    135135 * @uses bp_is_root_blog()
     
    171171 * @since 1.5
    172172 *
    173  * @global object $bp Global BuddyPress settings object
     173 * @global BuddyPress $bp The one true BuddyPress instance
    174174 * @param string $notice The notice you are adding to the queue
    175175 */
Note: See TracChangeset for help on using the changeset viewer.