From 00bfe5d66a624fd7a685fb5200ff78ac16be4253 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 9 Dec 2013 15:38:13 +0000 Subject: [PATCH] Fix typo in help string. props kpdesign. fixes #25688. Built from https://develop.svn.wordpress.org/trunk@26828 git-svn-id: http://core.svn.wordpress.org/trunk@26715 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/update-core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index b188a75b33..06f6faa264 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -460,7 +460,7 @@ $title = __('WordPress Updates'); $parent_file = 'tools.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 .= '

' . __( 'If an update is available, you᾿ll see a notification appear in the Toolbar and navigation menu.' ) . ' ' . __( 'Keeping your site up to date is an important for your site’s security, and makes the internet a safer place for you and your readers.' ) . '

'; +$updates_overview .= '

' . __( 'If an update is available, you᾿ll see a notification appear in the Toolbar and navigation menu.' ) . ' ' . __( 'Keeping your site up to date is important for your site’s security, and makes the internet a safer place for you and your readers.' ) . '

'; get_current_screen()->add_help_tab( array( 'id' => 'overview',