diff --git a/wp-admin/index.php b/wp-admin/index.php index d58de5b53f..7463674f2f 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -76,7 +76,7 @@ if ( current_user_can( 'edit_posts' ) ) { } $help .= '
' . __( 'Activity — Shows the upcoming scheduled posts, recently published posts, and the most recent comments on your posts and allows you to moderate them.' ) . '
'; if ( is_blog_admin() && current_user_can( 'edit_posts' ) ) { - $help .= '' . __( "Quick Draft — Allows you to create a new post and save it as a draft. Also displays links to the 5 most recent draft posts you've started." ) . '
'; + $help .= '' . __( "Quick Draft — Allows you to create a new post and save it as a draft. Also displays links to the 3 most recent draft posts you've started." ) . '
'; } if ( ! is_multisite() && current_user_can( 'install_plugins' ) ) { $help .= '' . sprintf( diff --git a/wp-includes/version.php b/wp-includes/version.php index fc0079dc49..a918f6b97d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42778'; +$wp_version = '5.0-alpha-42779'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.