# 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.
|
|
|
|
| 76 | 76 | } |
| 77 | 77 | $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>'; |
| 78 | 78 | if ( is_blog_admin() && current_user_can( 'edit_posts' ) ) { |
| 79 | | $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>'; |
| | 79 | $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>'; |
| 80 | 80 | } |
| 81 | 81 | if ( ! is_multisite() && current_user_can( 'install_plugins' ) ) { |
| 82 | 82 | $help .= '<p>' . sprintf( |