Changeset 5927 for trunk/bp-core/bp-core-functions.php
- Timestamp:
- 03/16/2012 01:06:05 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-functions.php
r5926 r5927 120 120 * 121 121 * @package BuddyPress Core 122 * @since 1.5122 * @since BuddyPress (1.5) 123 123 */ 124 124 function bp_core_get_directory_page_ids() { … … 144 144 * 145 145 * @package BuddyPress Core 146 * @since 1.5146 * @since BuddyPress (1.5) 147 147 * 148 148 * @param array $blog_page_ids The IDs of the WP pages corresponding to BP component directories … … 156 156 * 157 157 * @package BuddyPress Core 158 * @since 1.5158 * @since BuddyPress (1.5) 159 159 * 160 160 * @return obj $pages Page names, IDs, and slugs … … 220 220 * 221 221 * @package BuddyPress Core 222 * @since 1.5222 * @since BuddyPress (1.5) 223 223 * 224 224 * @param str $root_slug The root slug, which comes from $bp->pages->[component]->slug … … 712 712 * @global object $bp BuddyPress global settings 713 713 * @package BuddyPress Core 714 * @since 1.5714 * @since BuddyPress (1.5) 715 715 */ 716 716 function bp_embed_init() { … … 772 772 * 773 773 * @package BuddyPress 774 * @since 1.5774 * @since BuddyPress (1.5) 775 775 * 776 776 * @param int $blog_id Optional. Defaults to the current blog id. … … 821 821 * 822 822 * @package BuddyPress 823 * @since 1.5823 * @since BuddyPress (1.5) 824 824 * 825 825 * @uses apply_filters() Filter bp_get_user_meta_key to modify keys individually … … 838 838 * 839 839 * @package BuddyPress 840 * @since 1.5840 * @since BuddyPress (1.5) 841 841 * 842 842 * @uses bp_get_user_meta_key() For a filterable version of the meta key … … 859 859 * 860 860 * @package BuddyPress 861 * @since 1.5861 * @since BuddyPress (1.5) 862 862 * 863 863 * @uses bp_get_user_meta_key() For a filterable version of the meta key … … 880 880 * 881 881 * @package BuddyPress 882 * @since 1.5882 * @since BuddyPress (1.5) 883 883 * 884 884 * @uses bp_get_user_meta_key() For a filterable version of the meta key … … 897 897 * 898 898 * @package BuddyPress 899 * @since 1.5899 * @since BuddyPress (1.5) 900 900 * 901 901 * @uses apply_filters() Filter 'bp_is_username_compatibility_mode' to alter … … 921 921 * 922 922 * @package BuddyPress 923 * @since 1.5923 * @since BuddyPress (1.5) 924 924 * 925 925 * @uses apply_filters() Filter 'bp_is_multiblog_mode' to alter … … 937 937 * 938 938 * @return bool False when WP Toolbar support is disabled; true when enabled (default) 939 * @since 1.5939 * @since BuddyPress (1.5) 940 940 * @uses apply_filters() Filter 'bp_use_wp_admin_bar' to alter 941 941 */ … … 960 960 * 961 961 * @return bool False when activity embed support is disabled; true when enabled (default) 962 * @since 1.5962 * @since BuddyPress (1.5) 963 963 */ 964 964 function bp_use_embed_in_activity() { … … 970 970 * 971 971 * @return bool False when activity replies embed support is disabled; true when enabled (default) 972 * @since 1.5972 * @since BuddyPress (1.5) 973 973 */ 974 974 function bp_use_embed_in_activity_replies() { … … 980 980 * 981 981 * @return bool False when form post embed support is disabled; true when enabled (default) 982 * @since 1.5982 * @since BuddyPress (1.5) 983 983 */ 984 984 function bp_use_embed_in_forum_posts() { … … 990 990 * 991 991 * @return bool False when form post embed support is disabled; true when enabled (default) 992 * @since 1.5992 * @since BuddyPress (1.5) 993 993 */ 994 994 function bp_use_embed_in_private_messages() { … … 1002 1002 * 1003 1003 * @package BuddyPress 1004 * @since 1.51004 * @since BuddyPress (1.5) 1005 1005 * 1006 1006 * @param string $path … … 1016 1016 * 1017 1017 * @package BuddyPress 1018 * @since 1.51018 * @since BuddyPress (1.5) 1019 1019 * 1020 1020 * @param string $path … … 1109 1109 * @global WP_Query $wp_query WordPress query object 1110 1110 * @param string $redirect If 'remove_canonical_direct', remove WordPress' "helpful" redirect_canonical action. 1111 * @since 1.51111 * @since BuddyPress (1.5) 1112 1112 */ 1113 1113 function bp_do_404( $redirect = 'remove_canonical_direct' ) {
Note: See TracChangeset
for help on using the changeset viewer.