Changeset 5926 for trunk/bp-core/bp-core-template.php
- Timestamp:
- 03/16/2012 12:52:24 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-template.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template.php
r5822 r5926 15 15 * 16 16 * @package BuddyPress Core 17 * @global object $bp Global BuddyPress settings object17 * @global BuddyPress $bp The one true BuddyPress instance 18 18 * @uses bp_get_user_nav() Renders the navigation for a profile of a currently viewed user. 19 19 */ … … 75 75 * 76 76 * @package BuddyPress Core 77 * @global object $bp Global BuddyPress settings object77 * @global BuddyPress $bp The one true BuddyPress instance 78 78 */ 79 79 function bp_has_options_avatar() { … … 650 650 * @since 1.5 651 651 * 652 * @global object $bp Global BuddyPress settings object652 * @global BuddyPress $bp The one true BuddyPress instance 653 653 * @param string $component Optional. Defaults to the current component 654 654 * @return string $root_slug The root slug … … 686 686 * 687 687 * @since BuddyPress {r3923} 688 * @global object $bp Global BuddyPress settings object688 * @global BuddyPress $bp The one true BuddyPress instance 689 689 * @param str $root_slug Needle to our active component haystack 690 690 * @return mixed False if none found, component name if found … … 954 954 * page in wp-admin's Settings > Reading screen. 955 955 * 956 * @global object $bp Global BuddyPress settings object956 * @global BuddyPress $bp The one true BuddyPress instance 957 957 * @global $current_blog WordPress global for the current blog 958 958 * @param string $component Optional; Name of the component to check for.
Note: See TracChangeset
for help on using the changeset viewer.