Make WordPress Core

Ticket #43471: 43471.diff

File 43471.diff, 1.2 KB (added by denisco, 6 years ago)
  • src/wp-admin/index.php

    # This patch file was generated by NetBeans IDE
    # Following Index: paths are relative to: D:\Documents\NetBeansProjects\trunk
    # This patch can be applied using context Tools: Patch action on respective folder.
    # It uses platform neutral UTF-8 encoding and \n newlines.
    # Above lines and this line are ignored by the patching process.
     
    7676}
    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' ) ) {
    8282        $help .= '<p>' . sprintf(