Privacy: Prevent email field for personal data requests from overflowing.

Props anischarolia, ianbelanger, afercia.
Fixes #46961.
Built from https://develop.svn.wordpress.org/trunk@45326


git-svn-id: http://core.svn.wordpress.org/trunk@45137 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2019-05-16 20:45:54 +00:00
parent 1ef254a465
commit c6da25fa9a
7 changed files with 11 additions and 5 deletions

View File

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