diff --git a/wp-admin/export-personal-data.php b/wp-admin/export-personal-data.php index 874882cf02..64b9653c3c 100644 --- a/wp-admin/export-personal-data.php +++ b/wp-admin/export-personal-data.php @@ -56,7 +56,7 @@ get_current_screen()->add_help_tab( 'content' => '
' . __( 'Many plugins may collect or store personal data either in the WordPress database or remotely. Any Export Personal Data request should include data from plugins as well.' ) . '
' . $privacy_policy_guide . - '' . __( 'If you are a plugin author, you can learn more about how to add support for the Personal Data Exporter to a plugin.' ) . '
', + '' . __( 'If you are a plugin author, you can learn more about how to add the Personal Data Exporter to a plugin.' ) . '
', ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index bdb427177a..ce0f9d17af 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5.3-alpha-58018'; +$wp_version = '6.5.3-alpha-58019'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.