From 2231b5d1dc44b89290a09b12c518568471a02eb4 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Fri, 19 Jun 2015 22:34:09 +0000 Subject: [PATCH] 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 --- src/wp-includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php index 4ceed52e9f..a26efec2a8 100644 --- a/src/wp-includes/post.php +++ b/src/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.