Changeset 4400 for trunk/bp-core/bp-core-template.php
- Timestamp:
- 05/20/2011 07:33:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template.php
r4356 r4400 12 12 * 13 13 * @package BuddyPress Core 14 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()14 * @global object $bp Global BuddyPress settings object 15 15 * @uses bp_get_user_nav() Renders the navigation for a profile of a currently viewed user. 16 16 */ … … 69 69 * 70 70 * @package BuddyPress Core 71 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()71 * @global object $bp Global BuddyPress settings object 72 72 */ 73 73 function bp_has_options_avatar() { … … 637 637 * @since 1.3 638 638 * 639 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()639 * @global object $bp Global BuddyPress settings object 640 640 * @param string $component Optional. Defaults to the current component 641 641 * @return string $root_slug The root slug … … 670 670 * 671 671 * @since BuddyPress {r3923} 672 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()672 * @global object $bp Global BuddyPress settings object 673 673 * @param str $root_slug Needle to our active component haystack 674 674 * @return mixed False if none found, component name if found … … 845 845 * page in wp-admin's Settings > Reading screen. 846 846 * 847 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()847 * @global object $bp Global BuddyPress settings object 848 848 * @global $current_blog WordPress global for the current blog 849 849 * @param string $component Optional; Name of the component to check for.
Note: See TracChangeset
for help on using the changeset viewer.