Changeset 5927 for trunk/bp-core/bp-core-template.php
- Timestamp:
- 03/16/2012 01:06:05 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template.php
r5926 r5927 286 286 * @global object $bp BuddyPress global settings 287 287 * @return string 288 * @since 1.5288 * @since BuddyPress (1.5) 289 289 */ 290 290 function bp_search_default_text( $component = '' ) { … … 595 595 * 596 596 * @package BuddyPress 597 * @since 1.5597 * @since BuddyPress (1.5) 598 598 * 599 599 * @param int $position The key of the action_variables array that you want … … 627 627 * 628 628 * @package BuddyPress Core 629 * @since 1.5629 * @since BuddyPress (1.5) 630 630 */ 631 631 function bp_root_slug( $component = '' ) { … … 648 648 * 649 649 * @package BuddyPress Core 650 * @since 1.5650 * @since BuddyPress (1.5) 651 651 * 652 652 * @global BuddyPress $bp The one true BuddyPress instance … … 721 721 * 722 722 * @package BuddyPress 723 * @since 1.5723 * @since BuddyPress (1.5) 724 724 * 725 725 * @uses bp_get_search_slug() … … 732 732 * 733 733 * @package BuddyPress 734 * @since 1.5734 * @since BuddyPress (1.5) 735 735 */ 736 736 function bp_get_search_slug() { … … 750 750 * 751 751 * @package BuddyPress Core 752 * @since 1.5752 * @since BuddyPress (1.5) 753 753 * @return bool Returns true if the component matches, or else false. 754 754 */ … … 831 831 * 832 832 * @package BuddyPress 833 * @since 1.5833 * @since BuddyPress (1.5) 834 834 * 835 835 * @param str $action The action being tested against … … 855 855 * 856 856 * @package BuddyPress 857 * @since 1.5857 * @since BuddyPress (1.5) 858 858 * 859 859 * @param str $action_variable The action_variable being tested against … … 958 958 * @param string $component Optional; Name of the component to check for. 959 959 * @return bool True If the specified component is set to be the site's front page. 960 * @since 1.5960 * @since BuddyPress (1.5) 961 961 */ 962 962 function bp_is_component_front_page( $component = '' ) { … … 1185 1185 * 1186 1186 * @package BuddyPress 1187 * @since 1.51187 * @since BuddyPress (1.5) 1188 1188 * 1189 1189 * @return bool … … 1200 1200 * 1201 1201 * @package BuddyPress 1202 * @since 1.51202 * @since BuddyPress (1.5) 1203 1203 * 1204 1204 * @return bool … … 1271 1271 * 1272 1272 * @package BuddyPress 1273 * @since 1.51273 * @since BuddyPress (1.5) 1274 1274 * 1275 1275 * @return bool … … 1286 1286 * 1287 1287 * @package BuddyPress 1288 * @since 1.51288 * @since BuddyPress (1.5) 1289 1289 * 1290 1290 * @return bool … … 1301 1301 * 1302 1302 * @package BuddyPress 1303 * @since 1.51303 * @since BuddyPress (1.5) 1304 1304 * 1305 1305 * @return bool
Note: See TracChangeset
for help on using the changeset viewer.