REST API: Fix typo when unregistering test post type.

A typo when unregistering a test post type for the `WP_Test_REST_Posts_Controller` class was preventing it from being properly removed. `youseeme` now?

Props rahulsprajapati.
Fixes #45124.
Built from https://develop.svn.wordpress.org/trunk@44394


git-svn-id: http://core.svn.wordpress.org/trunk@44224 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2019-01-04 20:58:51 +00:00
parent d31335da85
commit 8035cf38b7

View File

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