diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php
index 7b65753..cf616d0 100644
a
|
b
|
function get_page_statuses() { |
965 | 965 | * @type bool $_builtin Whether the status is built-in. Core-use only. |
966 | 966 | * Default false. |
967 | 967 | * @type bool $public Whether posts of this status should be shown |
968 | | * in the front end of the site. Default true. |
| 968 | * in the front end of the site. Default false. |
969 | 969 | * @type bool $internal Whether the status is for internal use only. |
970 | 970 | * Default false. |
971 | 971 | * @type bool $protected Whether posts with this status should be protected. |