Changeset 46644 for trunk/src/wp-includes/comment.php
- Timestamp:
- 11/03/2019 10:21:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r46603 r46644 3394 3394 * 3395 3395 * @param array $exporters An array of personal data exporters. 3396 * @return array $exportersAn array of personal data exporters.3396 * @return array An array of personal data exporters. 3397 3397 */ 3398 3398 function wp_register_comment_personal_data_exporter( $exporters ) { … … 3412 3412 * @param string $email_address The comment author email address. 3413 3413 * @param int $page Comment page. 3414 * @return array $returnAn array of personal data.3414 * @return array An array of personal data. 3415 3415 */ 3416 3416 function wp_comments_personal_data_exporter( $email_address, $page = 1 ) { … … 3504 3504 * 3505 3505 * @param array $erasers An array of personal data erasers. 3506 * @return array $erasersAn array of personal data erasers.3506 * @return array An array of personal data erasers. 3507 3507 */ 3508 3508 function wp_register_comment_personal_data_eraser( $erasers ) {
Note: See TracChangeset
for help on using the changeset viewer.