update-core.php
help docs, update string to include translations: themes, plugins, and translations
Props netweb, DrewAPicture. Fixes #28201. git-svn-id: https://develop.svn.wordpress.org/trunk@33704 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
918dd71257
commit
e76b48a26c
@ -506,7 +506,7 @@ if ( ( 'do-theme-upgrade' == $action || ( 'do-plugin-upgrade' == $action && ! is
|
||||
$title = __('WordPress Updates');
|
||||
$parent_file = 'index.php';
|
||||
|
||||
$updates_overview = '<p>' . __( 'On this screen, you can update to the latest version of WordPress, as well as update your themes and plugins from the WordPress.org repositories.' ) . '</p>';
|
||||
$updates_overview = '<p>' . __( 'On this screen, you can update to the latest version of WordPress, as well as update your themes, plugins, and translations from the WordPress.org repositories.' ) . '</p>';
|
||||
$updates_overview .= '<p>' . __( 'If an update is available, you᾿ll see a notification appear in the Toolbar and navigation menu.' ) . ' ' . __( 'Keeping your site updated is important for security. It also makes the internet a safer place for you and your readers.' ) . '</p>';
|
||||
|
||||
get_current_screen()->add_help_tab( array(
|
||||
|
Loading…
Reference in New Issue
Block a user