phpdoc fix for register_post_status(). Props yoavf. fixes #20616
git-svn-id: http://core.svn.wordpress.org/trunk@20726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
df245e9b09
commit
ea65aae093
|
@ -632,7 +632,7 @@ function get_page_statuses( ) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Register a post type. Do not use before init.
|
||||
* Register a post status. Do not use before init.
|
||||
*
|
||||
* A simple function for creating or modifying a post status based on the
|
||||
* parameters given. The function will accept an array (second optional
|
||||
|
|
Loading…
Reference in New Issue