Make WordPress Core

Changeset 43173


Ignore:
Timestamp:
05/05/2018 09:22:23 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Change "Email Data" link text on "Export Personal Data" screen to "Send Export Link" for clarity.

Props birgire, ianbelanger.
Merges [43172] to the 4.9 branch.
Fixes #43964.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

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

    r43169 r43173  
    13521352
    13531353                ?>
    1354                 <span class="export_personal_data_idle"><a class="button" href="#" ><?php _e( 'Email Data' ); ?></a></span>
     1354                <span class="export_personal_data_idle"><a class="button" href="#" ><?php _e( 'Send Export Link' ); ?></a></span>
    13551355                <span style="display:none" class="export_personal_data_processing button updating-message" ><?php _e( 'Sending Email...' ); ?></span>
    13561356                <span style="display:none" class="export_personal_data_success success-message" ><?php _e( 'Email sent.' ); ?></span>
Note: See TracChangeset for help on using the changeset viewer.