From dd5f2287297aba0795f0d9aee49b1a6dc20274e6 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Mon, 2 Dec 2013 08:37:58 +0000 Subject: [PATCH] Themes: Update notifiations shouldn't be a if they're not links, data.update already contains

tags. See #25948 git-svn-id: https://develop.svn.wordpress.org/trunk@26524 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/themes.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php index cfa629753e..d07258a1d8 100644 --- a/src/wp-admin/themes.php +++ b/src/wp-admin/themes.php @@ -238,7 +238,7 @@ if ( ! is_multisite() && current_user_can('edit_themes') && $broken_themes = wp_ <# if ( data.hasUpdate ) { #> - +

<# } #> @@ -273,8 +273,8 @@ if ( ! is_multisite() && current_user_can('edit_themes') && $broken_themes = wp_ <# if ( data.hasUpdate ) { #>
- -

{{{ data.update }}}

+

+ {{{ data.update }}}
<# } #>

{{{ data.description }}}