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.