Changeset 56482 for trunk/src/wp-includes/media.php
- Timestamp:
- 08/28/2023 09:51:44 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r56434 r56482 5360 5360 * 5361 5361 * @param string $email_address The attachment owner email address. 5362 * @param int $page Attachment page. 5363 * @return array An array of personal data. 5362 * @param int $page Attachment page number. 5363 * @return array { 5364 * An array of personal data. 5365 * 5366 * @type array[] $data An array of personal data arrays. 5367 * @type bool $done Whether the exporter is finished. 5368 * } 5364 5369 */ 5365 5370 function wp_media_personal_data_exporter( $email_address, $page = 1 ) {
Note: See TracChangeset
for help on using the changeset viewer.