Changeset 42779
- Timestamp:
- 03/05/2018 12:23:34 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/index.php
r42343 r42779 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 5most 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' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.