From 5be4e67c8ed40d3f57dc514b486f5ed0d13e8922 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 28 Feb 2016 22:59:27 +0000 Subject: [PATCH] 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 --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 36d2c20e03..138c091df0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.