Index: src/wp-admin/includes/post.php
===================================================================
--- src/wp-admin/includes/post.php	(revision 34261)
+++ src/wp-admin/includes/post.php	(working copy)
@@ -578,6 +578,7 @@
  * @since 2.0.0
  *
  * @param string $post_type A post type string, defaults to 'post'.
+ * @param bool $create_in_db Whether to write in database, defaults to 'false'.
  * @return WP_Post Post object containing all the default post data as attributes
  */
 function get_default_post_to_edit( $post_type = 'post', $create_in_db = false ) {
