Help/About: Correct the number of most recent drafts in help text on Dashboard screen.

Props denisco.
Fixes #43471.
Built from https://develop.svn.wordpress.org/trunk@42779


git-svn-id: http://core.svn.wordpress.org/trunk@42609 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-03-05 00:24:30 +00:00
parent 3385d5b2de
commit e451dfac9e
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ if ( current_user_can( 'edit_posts' ) ) {
}
$help .= '<p>' . __( '<strong>Activity</strong> &mdash; Shows the upcoming scheduled posts, recently published posts, and the most recent comments on your posts and allows you to moderate them.' ) . '</p>';
if ( is_blog_admin() && current_user_can( 'edit_posts' ) ) {
$help .= '<p>' . __( "<strong>Quick Draft</strong> &mdash; 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." ) . '</p>';
$help .= '<p>' . __( "<strong>Quick Draft</strong> &mdash; 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." ) . '</p>';
}
if ( ! is_multisite() && current_user_can( 'install_plugins' ) ) {
$help .= '<p>' . sprintf(

View File

@ -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.