Changeset 48100 for trunk/src/wp-admin/includes/privacy-tools.php
- Timestamp:
- 06/19/2020 10:53:54 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/privacy-tools.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/privacy-tools.php
r48088 r48100 41 41 * @access private 42 42 * 43 * @param int$request_id Request ID.44 * @return int|WP_Error $result Request ID on success or WP_Error.43 * @param int $request_id Request ID. 44 * @return int|WP_Error Request ID on success, or a WP_Error on failure. 45 45 */ 46 46 function _wp_privacy_completed_request( $request_id ) { … … 234 234 * } 235 235 * } 236 * @param string $group_id The group identifier.237 * @param int $groups_count The number of all groups238 * @return string $group_htmlThe HTML for this group and its items.236 * @param string $group_id The group identifier. 237 * @param int $groups_count The number of all groups 238 * @return string The HTML for this group and its items. 239 239 */ 240 240 function wp_privacy_generate_personal_data_export_group_html( $group_data, $group_id = '', $groups_count = 1 ) {
Note: See TracChangeset
for help on using the changeset viewer.