From cb6323b69dbd6e62362f12fb7f474f1707bf3f09 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 15 May 2008 16:35:59 +0000 Subject: Whitespace cleanup. Clean up parameter filtering git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1289 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/wpmu-themes.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wp-admin/wpmu-themes.php') diff --git a/wp-admin/wpmu-themes.php b/wp-admin/wpmu-themes.php index 4b49f1c..8bbd41a 100644 --- a/wp-admin/wpmu-themes.php +++ b/wp-admin/wpmu-themes.php @@ -21,7 +21,7 @@ $allowed_themes = get_site_allowed_themes();

-

+

@@ -37,7 +37,7 @@ $allowed_themes = get_site_allowed_themes(); $theme_key = wp_specialchars($theme['Stylesheet']); $class = ('alt' == $class) ? '' : 'alt'; $class1 = $enabled = $disabled = ''; - + if( isset( $allowed_themes[ $theme_key ] ) == true ) { $enabled = 'checked="checked" '; $class1 = ' active'; @@ -58,7 +58,7 @@ $allowed_themes = get_site_allowed_themes();
- +

' />

-- cgit