From a28f09a32c95c8ec2e3b30f823941e03ef9ce1de Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Fri, 19 Jun 2015 22:35:25 +0000 Subject: [PATCH] Correct inline doc for `$public` in `register_post_status()`. Props ericlewis. Fixes #32061. Built from https://develop.svn.wordpress.org/trunk@32881 git-svn-id: http://core.svn.wordpress.org/trunk@32852 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/post.php b/wp-includes/post.php index 4ceed52e9f..a26efec2a8 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -972,7 +972,7 @@ function get_page_statuses() { * @type bool $_builtin Whether the status is built-in. Core-use only. * Default false. * @type bool $public Whether posts of this status should be shown - * in the front end of the site. Default true. + * in the front end of the site. Default false. * @type bool $internal Whether the status is for internal use only. * Default false. * @type bool $protected Whether posts with this status should be protected. diff --git a/wp-includes/version.php b/wp-includes/version.php index 35f0402abe..881926ec87 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32880'; +$wp_version = '4.3-alpha-32881'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.