Posts, Post Types: Add tests for get_post_type_labels().

These were accidentally omitted in [38157].

See #38157.

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


git-svn-id: http://core.svn.wordpress.org/trunk@42319 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2018-01-16 08:33:30 +00:00
parent 82054452d2
commit e62806fcb8

View File

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