diff --git a/src/wp-admin/includes/dashboard.php b/src/wp-admin/includes/dashboard.php index 1c38c82621..6cd81af5f9 100644 --- a/src/wp-admin/includes/dashboard.php +++ b/src/wp-admin/includes/dashboard.php @@ -280,14 +280,13 @@ function wp_network_dashboard_right_now() { } /** - * The Quick Draft widget display and creation of drafts - * - * + * The Quick Draft widget display and creation of drafts. * * @since 3.8.0 * + * @param string $error_msg Error message. */ -function wp_dashboard_quick_press( $error_msg=false ) { +function wp_dashboard_quick_press( $error_msg = false ) { global $post_ID; /* Check if a new auto-draft (= no new post_ID) is needed or if the old can be used */ @@ -313,12 +312,12 @@ function wp_dashboard_quick_press( $error_msg=false ) {