Make WordPress Core


Ignore:
Timestamp:
06/19/2015 10:34:09 PM (11 years ago)
Author:
wonderboymusic
Message:

Correct inline doc for $public in register_post_status().

Props ericlewis.
Fixes #32061.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post.php

    r32849 r32881  
    973973 *                                                  Default false.
    974974 *     @type bool        $public                    Whether posts of this status should be shown
    975  *                                                  in the front end of the site. Default true.
     975 *                                                  in the front end of the site. Default false.
    976976 *     @type bool        $internal                  Whether the status is for internal use only.
    977977 *                                                  Default false.
Note: See TracChangeset for help on using the changeset viewer.