Make WordPress Core

Ticket #44047: 44047.commit.diff

File 44047.commit.diff, 1001 bytes (added by garrett-eclipse, 6 years ago)

Commit Candidate - This is the .clean. version

  • src/wp-admin/includes/user.php

     
    830830
    831831                <?php settings_errors(); ?>
    832832
    833                 <form method="post" class="wp-privacy-request-form">
     833                <form action="?page=export_personal_data" method="post" class="wp-privacy-request-form">
    834834                        <h2><?php esc_html_e( 'Add Data Export Request' ); ?></h2>
    835835                        <p><?php esc_html_e( 'An email will be sent to the user at this email address asking them to verify the request.' ); ?></p>
    836836
     
    914914
    915915                <?php settings_errors(); ?>
    916916
    917                 <form method="post" class="wp-privacy-request-form">
     917                <form action="?page=remove_personal_data" method="post" class="wp-privacy-request-form">
    918918                        <h2><?php esc_html_e( 'Add Data Erasure Request' ); ?></h2>
    919919                        <p><?php esc_html_e( 'An email will be sent to the user at this email address asking them to verify the request.' ); ?></p>
    920920