From 642b46627531a447a60443484e791541073294bc Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Wed, 20 Nov 2013 03:02:30 +0000 Subject: [PATCH] Remove the active row theme/plugin styling on Dashboard -> Updates. Fixes #26125 git-svn-id: https://develop.svn.wordpress.org/trunk@26283 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/update-core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/update-core.php b/src/wp-admin/update-core.php index ece0666787..e16fbdf636 100644 --- a/src/wp-admin/update-core.php +++ b/src/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'] ) . " ";