Changeset 49558 for trunk/src/wp-admin/_index.php
- Timestamp:
- 11/10/2020 07:03:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/_index.php
r48528 r49558 73 73 $help = '<p>' . __( 'The boxes on your Dashboard screen are:' ) . '</p>'; 74 74 75 if ( current_user_can( 'edit_theme_options' ) ) { 76 $help .= '<p>' . __( '<strong>Welcome</strong> — Shows links for some of the most common tasks when setting up a new site.' ) . '</p>'; 77 } 78 79 if ( current_user_can( 'view_site_health_checks' ) ) { 80 $help .= '<p>' . __( '<strong>Site Health Status</strong> — Informs you of any potential issues that should be addressed to improve the performance or security of your website.' ) . '</p>'; 81 } 82 75 83 if ( current_user_can( 'edit_posts' ) ) { 76 $help .= '<p>' . __( '<strong>At AGlance</strong> — Displays a summary of the content on your site and identifies which theme and version of WordPress you are using.' ) . '</p>';84 $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>'; 77 85 } 78 86 … … 88 96 __( 'https://planet.wordpress.org/' ) 89 97 ) . '</p>'; 90 91 if ( current_user_can( 'edit_theme_options' ) ) {92 $help .= '<p>' . __( '<strong>Welcome</strong> — Shows links for some of the most common tasks when setting up a new site.' ) . '</p>';93 }94 98 95 99 $screen->add_help_tab(
Note: See TracChangeset
for help on using the changeset viewer.