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
This commit is contained in:
Scott Taylor 2015-06-19 22:35:25 +00:00
parent ada4394034
commit a28f09a32c
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.