REST API: Add test for creating a comment with an invalid post ID.

Props @jnylen0.

Merges [39375] to the 4.7 branch.
Fixes #38991 for 4.7.

Built from https://develop.svn.wordpress.org/branches/4.7@39408


git-svn-id: http://core.svn.wordpress.org/branches/4.7@39348 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Rachel Baker 2016-12-01 03:43:35 +00:00
parent a332bb92d2
commit b460e1fd0d

View File

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