Help/About: Correct the number of most recent drafts in help text on Dashboard screen.
Props denisco. Fixes #43471. git-svn-id: https://develop.svn.wordpress.org/trunk@42779 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2d37bd46ec
commit
9de76899c1
|
@ -76,7 +76,7 @@ if ( current_user_can( 'edit_posts' ) ) {
|
|||
}
|
||||
$help .= '<p>' . __( '<strong>Activity</strong> — 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> — 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> — 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(
|
||||
|
|
Loading…
Reference in New Issue