Changeset 4400 for trunk/bp-core/bp-core-functions.php
- Timestamp:
- 05/20/2011 07:33:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-functions.php
r4378 r4400 178 178 * 179 179 * @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 181 181 * @uses is_super_admin() returns true if the current user is a site admin, false if not 182 182 * @uses add_submenu_page() WP function to add a submenu item … … 214 214 * @since 1.3 215 215 * 216 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()216 * @global object $bp Global BuddyPress settings object 217 217 * @uses is_super_admin() to check current user permissions before showing the notices 218 218 * @uses bp_is_root_blog() … … 253 253 * @since 1.3 254 254 * 255 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()255 * @global object $bp Global BuddyPress settings object 256 256 * @param string $notice The notice you are adding to the queue 257 257 */ … … 506 506 * 507 507 * @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 509 509 */ 510 510 function bp_core_render_message() { … … 753 753 * 754 754 * @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 756 756 * @param string $slug The slug to redirect to for searching. 757 757 */
Note: See TracChangeset
for help on using the changeset viewer.