From 6ba1ad81c4521377cfbe7e9bf89e27e4e27f3aa3 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 1 Dec 2010 20:07:22 +0000 Subject: [PATCH] Allow long plugin upgrade notices to wrap. Props duck_. fixes #14068 git-svn-id: https://develop.svn.wordpress.org/trunk@16663 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 0efc685c57..e901d0d0b2 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -235,7 +235,7 @@ function list_plugin_updates() { echo " - {$plugin_data->Name}" . sprintf(__('You have version %1$s installed. Update to %2$s.'), $plugin_data->Version, $plugin_data->update->new_version) . $compat . $upgrade_notice . " + {$plugin_data->Name}
" . sprintf(__('You have version %1$s installed. Update to %2$s.'), $plugin_data->Version, $plugin_data->update->new_version) . $compat . $upgrade_notice . " "; } ?>