Posts: Add tests for the cascading fallback behavior of several 'public'-related arguments in `register_post_type()`.

Covers the 'exclude_from_search', 'publicly_queryable', 'show_ui', 'show_in_menu', 'show_in_nav_menus', and 'show_in_admin_bar' arguments, all of which eventually inherit from 'public' if not set.

Fixes #35985.

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


git-svn-id: http://core.svn.wordpress.org/trunk@36735 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-02-28 22:59:27 +00:00
parent 9308ec9513
commit 5be4e67c8e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta1-36767';
$wp_version = '4.5-beta1-36768';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.