Tests: Remove references to post status public.

Replace invalid post status `public` with the valid status `publish`.

See #51802.


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


git-svn-id: http://core.svn.wordpress.org/trunk@49675 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2021-01-18 03:28:07 +00:00
parent fe3610466a
commit a817f47d30

View File

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