Update the tests for get_metadata() to reflect the revert in r30701.

See #15030

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


git-svn-id: http://core.svn.wordpress.org/trunk@30692 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2014-12-02 03:44:23 +00:00
parent d28823df33
commit 511489d7e4

View File

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