Correct inline doc for `$public` in `register_post_status()`.

Props ericlewis.
Fixes #32061.


git-svn-id: https://develop.svn.wordpress.org/trunk@32881 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-06-19 22:34:09 +00:00
parent 33f416f35a
commit 2231b5d1dc
1 changed files with 1 additions and 1 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.