From f452214f24946ca8e6263cfc63a3a6c070fc4cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Sat, 2 Feb 2013 17:02:01 +0000 Subject: [PATCH] Maintain theme screenshot aspect ratio on the update screen. props cochran. fixes #23164. git-svn-id: http://core.svn.wordpress.org/trunk@23381 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 a45b9be988..ba57da5a58 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -289,7 +289,7 @@ function list_theme_updates() { echo " - " . $theme->display('Name') . ' ' . sprintf( __( 'You have version %1$s installed. Update to %2$s.' ), $theme->display('Version'), $theme->update['new_version'] ) . " + " . $theme->display('Name') . ' ' . sprintf( __( 'You have version %1$s installed. Update to %2$s.' ), $theme->display('Version'), $theme->update['new_version'] ) . " "; } ?>