Make WordPress Core

Changeset 42779


Ignore:
Timestamp:
03/05/2018 12:23:34 AM (7 years ago)
Author:
SergeyBiryukov
Message:

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

Props denisco.
Fixes #43471.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/index.php

    r42343 r42779  
    7777    $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>';
    7878if ( is_blog_admin() && current_user_can( 'edit_posts' ) ) {
    79     $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>';
     79    $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>';
    8080}
    8181if ( ! is_multisite() && current_user_can( 'install_plugins' ) ) {
Note: See TracChangeset for help on using the changeset viewer.