REST API: Require 6 characters for comment email addresses.

The regular comments API requires 6 characters rather than 3, so we need to match this.

Props mangeshp, dd32.
Fixes #38506.

Built from https://develop.svn.wordpress.org/trunk@39158


git-svn-id: http://core.svn.wordpress.org/trunk@39098 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ryan McCue
2016-11-08 06:42:32 +00:00
parent caabc52753
commit d6a5c68516
2 changed files with 6 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-beta2-39157';
$wp_version = '4.7-beta2-39158';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.