From 7aad210a542f1444151f3e04bf8401651ff52864 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 22 Oct 2009 16:19:50 +0000 Subject: [PATCH] GUU UI rough in. see #10973 git-svn-id: https://develop.svn.wordpress.org/trunk@12087 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 0c028c5ac6..2d006bd537 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -162,7 +162,7 @@ function list_plugin_updates() { echo " - {$plugin_data->Name} + {$plugin_data->Name}" . sprintf(__('You are running version %1$s. Upgrade to %2$s.'), $plugin_data->Version, $plugin_data->update->new_version) . " "; } ?>