Make WordPress Core

Ticket #32061: 32061.diff

File 32061.diff, 940 bytes (added by ericlewis, 10 years ago)
  • src/wp-includes/post.php

    diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php
    index 7b65753..cf616d0 100644
    a b function get_page_statuses() { 
    965965 *     @type bool        $_builtin                  Whether the status is built-in. Core-use only.
    966966 *                                                  Default false.
    967967 *     @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.
    969969 *     @type bool        $internal                  Whether the status is for internal use only.
    970970 *                                                  Default false.
    971971 *     @type bool        $protected                 Whether posts with this status should be protected.