From 481a15f15dcb7a4a344a45e8e62f4abdd37a7712 Mon Sep 17 00:00:00 2001 From: ryan 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: http://svn.automattic.com/wordpress/trunk@16663 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 0efc685c5..e901d0d0b 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 . " "; } ?>