Changeset 4907 for trunk/bp-core/bp-core-template.php
- Timestamp:
- 07/30/2011 02:00:16 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-template.php (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template.php
r4882 r4907 271 271 * @global object $bp BuddyPress global settings 272 272 * @return string 273 * @since 1. 3273 * @since 1.5 274 274 */ 275 275 function bp_search_default_text( $component = '' ) { … … 488 488 * 489 489 * @package BuddyPress 490 * @since 1. 3490 * @since 1.5 491 491 * 492 492 * @param int $position The key of the action_variables array that you want … … 521 521 * 522 522 * @package BuddyPress Core 523 * @since 1. 3523 * @since 1.5 524 524 */ 525 525 function bp_root_slug( $component = '' ) { … … 542 542 * 543 543 * @package BuddyPress Core 544 * @since 1. 3544 * @since 1.5 545 545 * 546 546 * @global object $bp Global BuddyPress settings object … … 612 612 * 613 613 * @package BuddyPress 614 * @since 1. 3614 * @since 1.5 615 615 * 616 616 * @uses bp_get_search_slug() … … 623 623 * 624 624 * @package BuddyPress 625 * @since 1. 3625 * @since 1.5 626 626 */ 627 627 function bp_get_search_slug() { … … 643 643 * 644 644 * @package BuddyPress Core 645 * @since 1. 3645 * @since 1.5 646 646 * @return bool Returns true if the component matches, or else false. 647 647 */ … … 720 720 * 721 721 * @package BuddyPress 722 * @since 1. 3722 * @since 1.5 723 723 * 724 724 * @param str $action The action being tested against … … 746 746 * 747 747 * @package BuddyPress 748 * @since 1. 3748 * @since 1.5 749 749 * 750 750 * @param str $action_variable The action_variable being tested against … … 849 849 * @param string $component Optional; Name of the component to check for. 850 850 * @return bool True If the specified component is set to be the site's front page. 851 * @since 1. 3851 * @since 1.5 852 852 */ 853 853 function bp_is_component_front_page( $component = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.