From f2a9cd365bdbddc443f12e16c67c96d0976939a9 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sat, 22 Aug 2015 16:25:28 +0000 Subject: [PATCH] `update-core.php` help docs, update string to include translations: `themes, plugins, and translations` Props netweb, DrewAPicture. Fixes #28201. Built from https://develop.svn.wordpress.org/trunk@33704 git-svn-id: http://core.svn.wordpress.org/trunk@33671 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/update-core.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 9690216965..b2f48c6693 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -506,7 +506,7 @@ if ( ( 'do-theme-upgrade' == $action || ( 'do-plugin-upgrade' == $action && ! is $title = __('WordPress Updates'); $parent_file = 'index.php'; -$updates_overview = '

' . __( '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.' ) . '

'; +$updates_overview = '

' . __( '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.' ) . '

'; $updates_overview .= '

' . __( '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.' ) . '

'; get_current_screen()->add_help_tab( array( diff --git a/wp-includes/version.php b/wp-includes/version.php index 24cb7d5702..a5b2acc701 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33703'; +$wp_version = '4.4-alpha-33704'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.