Changeset 7228 for trunk/bp-core/bp-core-template.php
- Timestamp:
- 06/19/2013 09:41:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template.php
r7224 r7228 623 623 * 624 624 * @param int $position The key of the action_variables array that you want 625 * @return str $action_variable The value of that position in the array625 * @return string $action_variable The value of that position in the array 626 626 */ 627 627 function bp_action_variable( $position = 0 ) { … … 712 712 * @since BuddyPress (1.5) 713 713 * @global BuddyPress $bp The one true BuddyPress instance 714 * @param str $root_slug Needle to our active component haystack714 * @param string $root_slug Needle to our active component haystack 715 715 * @return mixed False if none found, component name if found 716 716 */ … … 884 884 * @since BuddyPress (1.5) 885 885 * 886 * @param str $action The action being tested against886 * @param string $action The action being tested against 887 887 * @return bool True if the current action matches $action 888 888 */ … … 908 908 * @since BuddyPress (1.5) 909 909 * 910 * @param str $action_variable The action_variable being tested against910 * @param string $action_variable The action_variable being tested against 911 911 * @param int $position The array key you're testing against. If you don't provide a $position, 912 912 * the function will return true if the $action_variable is found *anywhere* in the action … … 985 985 * 986 986 * @package BuddyPress Core 987 * @return true if root component, else false.987 * @return bool True if root component, else false. 988 988 */ 989 989 function bp_is_root_component( $component_name ) {
Note: See TracChangeset
for help on using the changeset viewer.