Comments: Unit test for `wp_get_comment_fields_max_lengths().

This adds tests for the comment form field lengths returned by `wp_get_comment_fields_max_lengths()`. Replaces unit test removed in r36514. 

See #10377.
Built from https://develop.svn.wordpress.org/trunk@36515


git-svn-id: http://core.svn.wordpress.org/trunk@36482 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Rachel Baker 2016-02-12 14:18:26 +00:00
parent 8abd201a0b
commit 58fe478fe1

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-36514';
$wp_version = '4.5-alpha-36515';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.