More param fixes, props duck_. see #14783.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16469 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-11-18 19:12:48 +00:00
parent a40a66dfe1
commit b8ce0261df
11 changed files with 32 additions and 32 deletions

View File

@@ -5042,7 +5042,8 @@ function wp_check_post_hierarchy_for_loops( $post_parent, $post_ID ) {
*
* @since 2.0.0
*
* @param string A post type string, defaults to 'post'.
* @param string $post_type A post type string, defaults to 'post'.
* @param bool $create_in_db If true then also insert an auto-draft into database
* @return object stdClass object containing all the default post data as attributes
*/
function get_default_post_to_edit( $post_type = 'post', $create_in_db = false ) {