Changeset 42783
- Timestamp:
- 03/05/2018 03:31:06 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/index.php
r42782 r42783 72 72 73 73 $help = '<p>' . __( 'The boxes on your Dashboard screen are:' ) . '</p>'; 74 74 75 if ( current_user_can( 'edit_posts' ) ) { 75 76 $help .= '<p>' . __( '<strong>At A Glance</strong> — Displays a summary of the content on your site and identifies which theme and version of WordPress you are using.' ) . '</p>'; 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 79 $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>'; 80 78 81 if ( is_blog_admin() && current_user_can( 'edit_posts' ) ) { 79 82 $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 83 } 84 81 85 $help .= '<p>' . sprintf( 82 86 /* translators: %s: WordPress Planet URL */ … … 84 88 __( 'https://planet.wordpress.org/' ) 85 89 ) . '</p>'; 90 86 91 if ( current_user_can( 'edit_theme_options' ) ) { 87 92 $help .= '<p>' . __( '<strong>Welcome</strong> — Shows links for some of the most common tasks when setting up a new site.' ) . '</p>';
Note: See TracChangeset
for help on using the changeset viewer.