Privacy: Clarify bulk action labels for personal data export and removal requests.

Props garrett-eclipse, xkon, shariqkhan2012, websupporter, desrosj, JoshuaWold.
Fixes #44674.
Built from https://develop.svn.wordpress.org/trunk@47148


git-svn-id: http://core.svn.wordpress.org/trunk@46948 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-01-31 03:43:05 +00:00
parent aef48b433b
commit 3cd1514b91
2 changed files with 3 additions and 3 deletions

View File

@ -206,8 +206,8 @@ abstract class WP_Privacy_Requests_Table extends WP_List_Table {
*/ */
protected function get_bulk_actions() { protected function get_bulk_actions() {
return array( return array(
'delete' => __( 'Remove' ), 'delete' => __( 'Delete Requests' ),
'resend' => __( 'Resend email' ), 'resend' => __( 'Resend Confirmation Requests' ),
); );
} }

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.4-alpha-47147'; $wp_version = '5.4-alpha-47148';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.