Ticket #44047: 44047.commit.diff
File 44047.commit.diff, 1001 bytes (added by , 6 years ago) |
---|
-
src/wp-admin/includes/user.php
830 830 831 831 <?php settings_errors(); ?> 832 832 833 <form method="post" class="wp-privacy-request-form">833 <form action="?page=export_personal_data" method="post" class="wp-privacy-request-form"> 834 834 <h2><?php esc_html_e( 'Add Data Export Request' ); ?></h2> 835 835 <p><?php esc_html_e( 'An email will be sent to the user at this email address asking them to verify the request.' ); ?></p> 836 836 … … 914 914 915 915 <?php settings_errors(); ?> 916 916 917 <form method="post" class="wp-privacy-request-form">917 <form action="?page=remove_personal_data" method="post" class="wp-privacy-request-form"> 918 918 <h2><?php esc_html_e( 'Add Data Erasure Request' ); ?></h2> 919 919 <p><?php esc_html_e( 'An email will be sent to the user at this email address asking them to verify the request.' ); ?></p> 920 920