Changeset 13882
- Timestamp:
- 06/01/2024 04:59:14 PM (10 months ago)
- Location:
- trunk/src
- Files:
-
- 57 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/screens/friends.php
r13759 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function bp_activity_screen_friends() { -
trunk/src/bp-activity/screens/groups.php
r13759 r13882 12 12 * 13 13 * @since 1.2.0 14 *15 * @return void16 14 */ 17 15 function bp_activity_screen_groups() { -
trunk/src/bp-activity/screens/mentions.php
r13759 r13882 42 42 * 43 43 * @since 1.5.0 44 *45 * @return void46 44 */ 47 45 function bp_activity_reset_my_new_mentions() { -
trunk/src/bp-activity/screens/permalink.php
r13759 r13882 96 96 * 97 97 * @since 1.2.0 98 *99 * @return void100 98 */ 101 99 function bp_activity_screen_single_activity_permalink() { -
trunk/src/bp-blogs/screens/create.php
r13760 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function bp_blogs_screen_create_a_blog() { -
trunk/src/bp-blogs/screens/my-blogs.php
r13760 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function bp_blogs_screen_my_blogs() { -
trunk/src/bp-core/bp-core-functions.php
r13878 r13882 826 826 * are kept, and the gaps filled in with new pages. Default: 'keep'. 827 827 * @param boolean $return_pages Whether to return the page mapping or not. 828 * @return void|array828 * @return array|null 829 829 */ 830 830 function bp_core_add_page_mappings( $components, $existing = 'keep', $return_pages = false ) { -
trunk/src/bp-core/classes/class-bp-core-login-widget.php
r13818 r13882 56 56 * @param array $new_instance The new instance options. 57 57 * @param array $old_instance The old instance options. 58 * @return array $instance The parsed options to be saved.59 58 */ 60 59 public function update( $new_instance, $old_instance ) { … … 69 68 * 70 69 * @param array $instance Settings for this widget. 71 * @return void72 70 */ 73 71 public function form( $instance = array() ) { -
trunk/src/bp-core/classes/class-bp-optouts-list-table.php
r13818 r13882 243 243 * @param string $role Role to be assigned to user. 244 244 * @param int $numposts Number of posts. 245 * @return void246 245 */ 247 246 public function single_row( $optout = null, $style = '', $role = '', $numposts = 0 ) { -
trunk/src/bp-groups/actions/create.php
r13878 r13882 12 12 * 13 13 * @since 1.2.0 14 *15 * @return void16 14 */ 17 15 function groups_action_create_group() { -
trunk/src/bp-groups/actions/join.php
r13762 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function groups_action_join_group() { -
trunk/src/bp-groups/actions/leave-group.php
r13762 r13882 18 18 * 19 19 * @since 1.2.4 20 *21 * @return void22 20 */ 23 21 function groups_action_leave_group() { -
trunk/src/bp-groups/bp-groups-template.php
r13876 r13882 4221 4221 * @global BP_Core_Members_Template $members_template The Members template loop class. 4222 4222 * 4223 * @return mixed|void4223 * @return string|null 4224 4224 */ 4225 4225 function bp_get_group_member_name() { … … 4251 4251 * @global BP_Core_Members_Template $members_template The Members template loop class. 4252 4252 * 4253 * @return mixed|void4253 * @return string 4254 4254 */ 4255 4255 function bp_get_group_member_url() { … … 4261 4261 * @since 1.0.0 4262 4262 * 4263 * @param string $ valueURL for the current user.4263 * @param string $group_member_url URL for the current user. 4264 4264 */ 4265 4265 return apply_filters( 'bp_get_group_member_url', bp_members_get_user_url( $members_template->member->user_id ) ); … … 4282 4282 * @global BP_Core_Members_Template $members_template The Members template loop class. 4283 4283 * 4284 * @return mixed|void4284 * @return string 4285 4285 */ 4286 4286 function bp_get_group_member_link() { … … 4292 4292 * @since 1.0.0 4293 4293 * 4294 * @param string $ valueHTML link for the current user.4294 * @param string $group_member_link HTML link for the current user. 4295 4295 */ 4296 4296 return apply_filters( 'bp_get_group_member_link', '<a href="' . esc_url( bp_members_get_user_url( $members_template->member->user_id ) ) . '">' . esc_html( $members_template->member->display_name ) . '</a>' ); … … 4312 4312 * @global BP_Core_Members_Template $members_template The Members template loop class. 4313 4313 * 4314 * @return mixed|void4314 * @return string 4315 4315 */ 4316 4316 function bp_get_group_member_domain() { … … 4322 4322 * @since 1.2.0 4323 4323 * 4324 * @param string $ valueDomain for the current user.4324 * @param string $group_member_domain Domain for the current user. 4325 4325 */ 4326 4326 return apply_filters( 'bp_get_group_member_domain', bp_members_get_user_url( $members_template->member->user_id ) ); … … 4342 4342 * @global BP_Core_Members_Template $members_template The Members template loop class. 4343 4343 * 4344 * @return mixed|void4344 * @return string 4345 4345 */ 4346 4346 function bp_get_group_member_is_friend() { … … 4540 4540 * @since 1.0.0 4541 4541 * 4542 * @return mixed|void4542 * @return string 4543 4543 */ 4544 4544 function bp_get_group_pag_id() { … … 4549 4549 * @since 1.0.0 4550 4550 * 4551 * @param string $ valueValue to use for the pag id.4551 * @param string $pag_id Value to use for the pag id. 4552 4552 */ 4553 4553 return apply_filters( 'bp_get_group_pag_id', 'pag' ); … … 4568 4568 * Returns the group members list pagination links. 4569 4569 * 4570 * 4570 * @since 1.0.0 4571 4571 * 4572 4572 * @global BP_Core_Members_Template $members_template The Members template loop class. 4573 4573 * 4574 * @return mixed|void4574 * @return string|null 4575 4575 */ 4576 4576 function bp_get_group_member_pagination() { … … 4602 4602 * @global BP_Core_Members_Template $members_template The Members template loop class. 4603 4603 * 4604 * @return mixed|void4604 * @return string 4605 4605 */ 4606 4606 function bp_get_group_member_pagination_count() { … … 4624 4624 * @since 1.0.0 4625 4625 * 4626 * @param string $ value"Viewing x-y of z members" text.4626 * @param string $message "Viewing x-y of z members" text. 4627 4627 * @param string $from_num Total amount for the low value in the range. 4628 4628 * @param string $to_num Total amount for the high value in the range. … … 6155 6155 * @since 1.1.0 6156 6156 * 6157 * @param string $args 6158 * @return bool|mixed|void 6157 * @param string|array $args { 6158 * @type int $group_id ID of the group. Defaults to current group. 6159 * @type int $user_id ID of the user. Defaults to logged-in user. 6160 * @type int $per_page Number of records to return per page. Default: 10. 6161 * @type int $page Page of results to return. Default: 1. 6162 * } 6163 * @return bool 6159 6164 */ 6160 6165 function bp_group_has_invites( $args = '' ) { … … 6196 6201 * @since 1.1.0 6197 6202 * 6198 * @param bool $ value Whether there are requests to display.6203 * @param bool $invites Whether there are invites to display. 6199 6204 * @param BP_Groups_Invite_Template $invites_template Object holding the invites query results. 6200 6205 */ … … 6234 6239 * @since 1.1.0 6235 6240 * 6236 * @return mixed|void6241 * @return string 6237 6242 */ 6238 6243 function bp_get_group_invite_item_id() { … … 6244 6249 * @since 1.1.0 6245 6250 * 6246 * @param string $ valueGroup invite item ID.6251 * @param string $group_invite_item_id Group invite item ID. 6247 6252 */ 6248 6253 return apply_filters( 'bp_get_group_invite_item_id', 'uid-' . $invites_template->invite->user->id ); … … 6260 6265 * @since 1.1.0 6261 6266 * 6262 * @return mixed|void6267 * @return string|null 6263 6268 */ 6264 6269 function bp_get_group_invite_user_avatar() { … … 6270 6275 * @since 1.1.0 6271 6276 * 6272 * @param string $ valueGroup invite user avatar.6277 * @param string $invite_user_avatar Group invite user avatar. 6273 6278 */ 6274 6279 return apply_filters( 'bp_get_group_invite_user_avatar', $invites_template->invite->user->avatar_thumb ); … … 6286 6291 * @since 1.1.0 6287 6292 * 6288 * @return mixed|void6293 * @return string 6289 6294 */ 6290 6295 function bp_get_group_invite_user_link() { … … 6296 6301 * @since 1.1.0 6297 6302 * 6298 * @param string $ valueGroup invite user link.6299 */ 6300 return apply_filters( 'bp_get_group_invite_user_link', bp_core_get_userlink( $invites_template->invite->user->id ) );6303 * @param string $user_link Group invite user link. 6304 */ 6305 return apply_filters( 'bp_get_group_invite_user_link', (string) bp_core_get_userlink( $invites_template->invite->user->id ) ); 6301 6306 } 6302 6307 … … 6311 6316 * @since 1.1.0 6312 6317 * 6313 * @return mixed|void6318 * @return string|null 6314 6319 */ 6315 6320 function bp_get_group_invite_user_last_active() { … … 6321 6326 * @since 1.1.0 6322 6327 * 6323 * @param string $ value Group invite user's last active time.6328 * @param string $user_last_active Group invite user's last active time. 6324 6329 */ 6325 6330 return apply_filters( 'bp_get_group_invite_user_last_active', $invites_template->invite->user->last_active ); -
trunk/src/bp-groups/classes/class-bp-groups-group-members-template.php
r13808 r13882 61 61 /** 62 62 * @since 1.0.0 63 * @var array|string| void63 * @var array|string|null 64 64 */ 65 65 public $pag_links; -
trunk/src/bp-groups/classes/class-bp-groups-membership-requests-template.php
r13808 r13882 61 61 /** 62 62 * @since 1.0.0 63 * @var array|string| void63 * @var array|string|null 64 64 */ 65 65 public $pag_links; -
trunk/src/bp-groups/screens/single/activity-permalink.php
r13762 r13882 15 15 * 16 16 * @since 1.2.0 17 *18 * @return void19 17 */ 20 18 function groups_screen_group_activity_permalink() { -
trunk/src/bp-groups/screens/single/activity.php
r13762 r13882 12 12 * 13 13 * @since 2.4.0 14 *15 * @return void16 14 */ 17 15 function groups_screen_group_activity() { -
trunk/src/bp-groups/screens/single/admin/delete-group.php
r13762 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function groups_screen_group_admin_delete_group() { -
trunk/src/bp-groups/screens/single/admin/edit-details.php
r13762 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function groups_screen_group_admin_edit_details() { -
trunk/src/bp-groups/screens/single/admin/group-avatar.php
r13762 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function groups_screen_group_admin_avatar() { -
trunk/src/bp-groups/screens/single/admin/group-cover-image.php
r13762 r13882 12 12 * 13 13 * @since 2.4.0 14 *15 * @return void16 14 */ 17 15 function groups_screen_group_admin_cover_image() { -
trunk/src/bp-groups/screens/single/admin/group-settings.php
r13762 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function groups_screen_group_admin_settings() { -
trunk/src/bp-groups/screens/single/admin/manage-members.php
r13873 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function groups_screen_group_admin_manage_members() { -
trunk/src/bp-groups/screens/single/admin/membership-requests.php
r13762 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function groups_screen_group_admin_requests() { -
trunk/src/bp-groups/screens/single/home.php
r13762 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function groups_screen_group_home() { -
trunk/src/bp-groups/screens/single/members.php
r13762 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function groups_screen_group_members() { -
trunk/src/bp-groups/screens/single/request-membership.php
r13762 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function groups_screen_group_request_membership() { -
trunk/src/bp-groups/screens/single/send-invites.php
r13878 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function groups_screen_group_invite() { … … 77 75 * 78 76 * @since 2.0.0 79 *80 * @return void81 77 */ 82 78 function groups_remove_group_invite() { -
trunk/src/bp-groups/screens/user/invites.php
r13762 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function groups_screen_group_invites() { -
trunk/src/bp-members/bp-members-functions.php
r13878 r13882 414 414 * @param bool $just_link Disable full name and HTML and just return the URL 415 415 * text. Default false. 416 * @return string| boolThe link text based on passed parameters, or false on416 * @return string|false The link text based on passed parameters, or false on 417 417 * no match. 418 418 */ … … 1949 1949 * @param string $user_email Email address of requesting user. 1950 1950 * @param string $usermeta Miscellaneous metadata for the user. 1951 * @return bool 1951 * @return bool|null 1952 1952 */ 1953 1953 function bp_core_signup_blog( $blog_domain, $blog_path, $blog_title, $user_name, $user_email, $usermeta ) { … … 1956 1956 } 1957 1957 1958 wpmu_signup_blog( $blog_domain, $blog_path, $blog_title, $user_name, $user_email, $usermeta ); 1959 1958 1960 /** 1959 1961 * Filters the result of wpmu_signup_blog(). … … 1964 1966 * @since 1.2.2 1965 1967 * 1966 * @param void $value1967 */ 1968 return apply_filters( 'bp_core_signup_blog', wpmu_signup_blog( $blog_domain, $blog_path, $blog_title, $user_name, $user_email, $usermeta ));1968 * @param null $value Null value. 1969 */ 1970 return apply_filters( 'bp_core_signup_blog', null ); 1969 1971 } 1970 1972 -
trunk/src/bp-members/classes/class-bp-core-members-widget.php
r13799 r13882 66 66 * @param array $new_instance The new instance options. 67 67 * @param array $old_instance The old instance options. 68 * @return array $instance The parsed options to be saved.69 68 */ 70 69 public function update( $new_instance, $old_instance ) { … … 79 78 * 80 79 * @param array $instance Widget instance settings. 81 * @return void82 80 */ 83 81 public function form( $instance ) { … … 92 90 * 93 91 * @param array $instance Widget instance settings. 94 * @return array95 92 */ 96 93 public function parse_settings( $instance = array() ) { -
trunk/src/bp-members/classes/class-bp-core-recently-active-widget.php
r13799 r13882 56 56 * @param array $new_instance The new instance options. 57 57 * @param array $old_instance The old instance options. 58 * @return array $instance The parsed options to be saved.59 58 */ 60 59 public function update( $new_instance, $old_instance ) { … … 69 68 * 70 69 * @param array $instance Widget instance settings. 71 * @return void72 70 */ 73 71 public function form( $instance ) { … … 82 80 * 83 81 * @param array $instance Widget instance settings. 84 * @return array85 82 */ 86 83 public function parse_settings( $instance = array() ) { -
trunk/src/bp-members/classes/class-bp-core-whos-online-widget.php
r13799 r13882 57 57 * @param array $new_instance The new instance options. 58 58 * @param array $old_instance The old instance options. 59 * @return array $instance The parsed options to be saved.60 59 */ 61 60 public function update( $new_instance, $old_instance ) { … … 70 69 * 71 70 * @param array $instance Widget instance settings. 72 * @return void73 71 */ 74 72 public function form( $instance ) { … … 83 81 * 84 82 * @param array $instance Widget instance settings. 85 * @return array86 83 */ 87 84 public function parse_settings( $instance = array() ) { -
trunk/src/bp-members/classes/class-bp-members-invitations-list-table.php
r13799 r13882 312 312 * @param string $role Role to be assigned to user. 313 313 * @param int $numposts Number of posts. 314 * @return void315 314 */ 316 315 public function single_row( $invite = null, $style = '', $role = '', $numposts = 0 ) { -
trunk/src/bp-members/classes/class-bp-members-list-table.php
r13799 r13882 273 273 * @param string $role Role to be assigned to user. 274 274 * @param int $numposts Numper of posts. 275 * @return void276 275 */ 277 276 public function single_row( $signup_object = null, $style = '', $role = '', $numposts = 0 ) { -
trunk/src/bp-members/screens/activate.php
r13763 r13882 12 12 * 13 13 * @since 1.1.0 14 *15 * @return void16 14 */ 17 15 function bp_core_screen_activation() { … … 46 44 bp_core_redirect( $redirect_to ); 47 45 } 48 49 // Get BuddyPress.50 $bp = buddypress();51 46 52 47 /** … … 91 86 } 92 87 93 $bp = buddypress();94 88 $redirect = bp_get_activation_page(); 95 89 … … 131 125 bp_core_add_message( __( 'Your account is now active!', 'buddypress' ) ); 132 126 bp_core_redirect( add_query_arg( 'activated', '1', $redirect ) ); 133 134 127 } 135 128 add_action( 'bp_actions', 'bp_members_action_activate_account' ); -
trunk/src/bp-members/screens/change-avatar.php
r13763 r13882 12 12 * 13 13 * @since 6.0.0 14 *15 * @return void16 14 */ 17 15 function bp_members_screen_change_avatar() { -
trunk/src/bp-messages/screens/compose.php
r13764 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function messages_screen_compose() { -
trunk/src/bp-messages/screens/inbox.php
r13764 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function messages_screen_inbox() { -
trunk/src/bp-messages/screens/notices.php
r13764 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function messages_screen_notices() { -
trunk/src/bp-messages/screens/sentbox.php
r13764 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void16 14 */ 17 15 function messages_screen_sentbox() { -
trunk/src/bp-messages/screens/view.php
r13764 r13882 12 12 * 13 13 * @since 1.0.0 14 *15 * @return void.16 14 */ 17 15 function messages_screen_conversation() { -
trunk/src/bp-notifications/actions/bulk-manage.php
r13112 r13882 12 12 * 13 13 * @since 2.2.0 14 *15 * @return false|void16 14 */ 17 15 function bp_notifications_action_bulk_manage() { … … 19 17 // Bail if not the read or unread screen. 20 18 if ( ! bp_is_notifications_component() || ! ( bp_is_current_action( 'read' ) || bp_is_current_action( 'unread' ) ) ) { 21 return false;19 return; 22 20 } 23 21 … … 29 27 // Bail if no action or no IDs. 30 28 if ( ( ! in_array( $action, array( 'delete', 'read', 'unread' ), true ) ) || empty( $notifications ) || empty( $nonce ) ) { 31 return false;29 return; 32 30 } 33 31 … … 35 33 if ( ! wp_verify_nonce( $nonce, 'notifications_bulk_nonce' ) ) { 36 34 bp_core_add_message( __( 'There was a problem managing your notifications.', 'buddypress' ), 'error' ); 37 return false;35 return; 38 36 } 39 37 -
trunk/src/bp-notifications/screens/read.php
r13765 r13882 41 41 * 42 42 * @since 1.9.0 43 *44 * @return void45 43 */ 46 44 function bp_notifications_action_mark_unread() { -
trunk/src/bp-notifications/screens/unread.php
r13765 r13882 41 41 * 42 42 * @since 1.9.0 43 *44 * @return void45 43 */ 46 44 function bp_notifications_action_mark_read() { -
trunk/src/bp-settings/actions/notifications.php
r13503 r13882 12 12 * 13 13 * @since 1.6.0 14 *15 * @return bool|void16 14 */ 17 15 function bp_settings_action_notifications() { … … 27 25 // Bail if not in settings. 28 26 if ( ! bp_is_settings_component() || ! bp_is_current_action( 'notifications' ) ) { 29 return false;27 return; 30 28 } 31 29 -
trunk/src/bp-settings/screens/capabilities.php
r13766 r13882 12 12 * 13 13 * @since 1.6.0 14 *15 * @return void16 14 */ 17 15 function bp_settings_screen_capabilities() { -
trunk/src/bp-settings/screens/data.php
r13766 r13882 12 12 * 13 13 * @since 4.0.0 14 *15 * @return void16 14 */ 17 15 function bp_settings_screen_data() { -
trunk/src/bp-settings/screens/delete-account.php
r13766 r13882 12 12 * 13 13 * @since 1.5.0 14 *15 * @return void16 14 */ 17 15 function bp_settings_screen_delete_account() { -
trunk/src/bp-settings/screens/general.php
r13766 r13882 12 12 * 13 13 * @since 1.5.0 14 *15 * @return void16 14 */ 17 15 function bp_settings_screen_general() { … … 34 32 ); 35 33 36 37 34 bp_core_load_template( $templates ); 38 35 } -
trunk/src/bp-settings/screens/notifications.php
r13766 r13882 12 12 * 13 13 * @since 1.5.0 14 *15 * @return void16 14 */ 17 15 function bp_settings_screen_notification() { -
trunk/src/bp-templates/bp-legacy/buddypress-functions.php
r13878 r13882 1137 1137 * 1138 1138 * @since 1.2.0 1139 *1140 * @return mixed String on error, void on success.1141 1139 */ 1142 1140 function bp_legacy_theme_delete_activity() { … … 1179 1177 * 1180 1178 * @since 1.2.0 1181 *1182 * @return mixed String on error, void on success.1183 1179 */ 1184 1180 function bp_legacy_theme_delete_activity_comment() { … … 1221 1217 * 1222 1218 * @since 1.6.0 1223 *1224 * @return mixed String on error, void on success.1225 1219 */ 1226 1220 function bp_legacy_theme_spam_activity() { … … 1542 1536 * 1543 1537 * @since 1.2.0 1544 *1545 * @return mixed String on error, void on success.1546 1538 */ 1547 1539 function bp_legacy_theme_ajax_accept_friendship() { … … 1552 1544 check_admin_referer( 'friends_accept_friendship' ); 1553 1545 1554 if ( ! friends_accept_friendship( (int) $_POST['id'] ) ) 1546 if ( ! friends_accept_friendship( (int) $_POST['id'] ) ) { 1555 1547 echo "-1<div id='message' class='error'><p>" . esc_html__( 'There was a problem accepting that request. Please try again.', 'buddypress' ) . '</p></div>'; 1548 } 1556 1549 1557 1550 exit; … … 1562 1555 * 1563 1556 * @since 1.2.0 1564 *1565 * @return mixed String on error, void on success.1566 1557 */ 1567 1558 function bp_legacy_theme_ajax_reject_friendship() { … … 1572 1563 check_admin_referer( 'friends_reject_friendship' ); 1573 1564 1574 if ( ! friends_reject_friendship( (int) $_POST['id'] ) ) 1565 if ( ! friends_reject_friendship( (int) $_POST['id'] ) ) { 1575 1566 echo "-1<div id='message' class='error'><p>" . esc_html__( 'There was a problem rejecting that request. Please try again.', 'buddypress' ) . '</p></div>'; 1567 } 1576 1568 1577 1569 exit; … … 1702 1694 * 1703 1695 * @since 1.2.0 1704 *1705 * @return mixed String on error, void on success.1706 1696 */ 1707 1697 function bp_legacy_theme_ajax_close_notice() { … … 1793 1783 * @since 1.2.0 1794 1784 * @deprecated 2.2.0 1795 *1796 * @return mixed String on error, void on success.1797 1785 */ 1798 1786 function bp_legacy_theme_ajax_message_markunread() { … … 1807 1795 * @since 1.2.0 1808 1796 * @deprecated 2.2.0 1809 *1810 * @return mixed String on error, void on success.1811 1797 */ 1812 1798 function bp_legacy_theme_ajax_message_markread() { … … 1821 1807 * @since 1.2.0 1822 1808 * @deprecated 2.2.0 1823 *1824 * @return string|null HTML1825 1809 */ 1826 1810 function bp_legacy_theme_ajax_messages_delete() { -
trunk/src/bp-xprofile/bp-xprofile-functions.php
r13878 r13882 1386 1386 * Formats datebox field values passed through a POST request. 1387 1387 * 1388 * This function only changes the global $_POST that should contain 1389 * the datebox data. 1390 * 1388 1391 * @since 2.8.0 1389 1392 * 1390 1393 * @param int $field_id The id of the current field being looped through. 1391 * @return void This function only changes the global $_POST that should contain1392 * the datebox data.1393 1394 */ 1394 1395 function bp_xprofile_maybe_format_datebox_post_data( $field_id ) { -
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type.php
r13806 r13882 295 295 * 296 296 * @param array $raw_properties Optional key/value array of permitted attributes that you want to add. 297 * @return void298 297 */ 299 298 abstract public function edit_field_html( array $raw_properties = array() ); … … 307 306 * 308 307 * @param array $raw_properties Optional key/value array of permitted attributes that you want to add. 309 * @return void310 308 */ 311 309 abstract public function admin_field_html( array $raw_properties = array() ); -
trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php
r13878 r13882 1581 1581 * 1582 1582 * @since 2.4.0 1583 *1584 * @return void If default field or if the field does not support the feature.1585 1583 */ 1586 1584 private function member_type_metabox() { … … 1636 1634 * 1637 1635 * @since 2.3.0 1638 *1639 * @return void If default field or if the field does not support the feature.1640 1636 */ 1641 1637 private function visibility_metabox() { … … 1685 1681 * 1686 1682 * @since 2.3.0 1687 *1688 * @return void If default field or if the field does not support the feature.1689 1683 */ 1690 1684 private function required_metabox() { … … 1712 1706 * 1713 1707 * @since 2.5.0 1714 *1715 * @return void If the field does not support the feature.1716 1708 */ 1717 1709 private function autolink_metabox() { … … 1747 1739 * 1748 1740 * @since 2.3.0 1749 *1750 * @return void If default field.1751 1741 */ 1752 1742 private function type_metabox() { … … 1790 1780 * 1791 1781 * @since 8.0.0 1792 *1793 * @return void If default field or if the field does not support the feature.1794 1782 */ 1795 1783 private function signup_position_metabox() { … … 1830 1818 * 1831 1819 * @since 2.3.0 1832 *1833 * @return void If not default field.1834 1820 */ 1835 1821 private function default_field_hidden_inputs() { -
trunk/src/bp-xprofile/screens/edit.php
r13767 r13882 13 13 * 14 14 * @since 1.0.0 15 *16 * @return void17 15 */ 18 16 function xprofile_screen_edit_profile() { -
trunk/src/bp-xprofile/screens/settings-profile.php
r13767 r13882 12 12 * 13 13 * @since 2.0.0 14 *15 * @return void16 14 */ 17 15 function bp_xprofile_screen_settings() { … … 42 40 * 43 41 * @since 1.9.0 44 *45 * @return void46 42 */ 47 43 function bp_xprofile_action_settings() {
Note: See TracChangeset
for help on using the changeset viewer.