From 9c2265ac472a37ac3fc1d63ec2bee4904547a8b7 Mon Sep 17 00:00:00 2001
From: Paul Biron <paul@sparrowhawkcomputing.com>
Date: Thu, 16 Jul 2020 17:19:46 -0600
Subject: [PATCH] Correct @see references in DocBlocks for
wp_privacy_process_personal_data_export_page() and
wp_privacy_process_personal_data_erasure_page().
---
src/wp-admin/includes/privacy-tools.php | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/wp-admin/includes/privacy-tools.php b/src/wp-admin/includes/privacy-tools.php
index d9480481f2..af2cce12d5 100644
a
|
b
|
All at ###SITENAME### |
719 | 719 | |
720 | 720 | /** |
721 | 721 | * Intercept personal data exporter page Ajax responses in order to assemble the personal data export file. |
722 | | * @see wp_privacy_personal_data_export_page |
| 722 | * |
| 723 | * @see 'wp_privacy_personal_data_export_page' |
| 724 | * |
723 | 725 | * @since 4.9.6 |
724 | 726 | * |
725 | 727 | * @param array $response The response from the personal data exporter for the given page. |
… |
… |
function wp_privacy_process_personal_data_export_page( $response, $exporter_inde |
860 | 862 | * |
861 | 863 | * @since 4.9.6 |
862 | 864 | * |
863 | | * @see wp_privacy_personal_data_erasure_page |
| 865 | * @see 'wp_privacy_personal_data_erasure_page' |
864 | 866 | * |
865 | 867 | * @param array $response The response from the personal data eraser for |
866 | 868 | * the given page. |