From 09cd62d863ab30e30e0f2dfc1445cd47f1588cfd Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Wed, 20 Nov 2013 03:03:10 +0000 Subject: [PATCH] Remove the active row theme/plugin styling on Dashboard -> Updates. Fixes #26125 Built from https://develop.svn.wordpress.org/trunk@26283 git-svn-id: http://core.svn.wordpress.org/trunk@26188 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/update-core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index ece0666787..e16fbdf636 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -268,7 +268,7 @@ function list_plugin_updates() { $details = sprintf('%3$s.', esc_url($details_url), esc_attr($plugin_data->Name), $details_text); echo " - +

{$plugin_data->Name}
" . sprintf(__('You have version %1$s installed. Update to %2$s.'), $plugin_data->Version, $plugin_data->update->new_version) . ' ' . $details . $compat . $upgrade_notice . "

"; @@ -316,7 +316,7 @@ function list_theme_updates() { $theme ) { echo " - + " . $theme->display('Name') . ' ' . sprintf( __( 'You have version %1$s installed. Update to %2$s.' ), $theme->display('Version'), $theme->update['new_version'] ) . " ";