summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-themes.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-05-15 16:35:59 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-05-15 16:35:59 +0000
commitcb6323b69dbd6e62362f12fb7f474f1707bf3f09 (patch)
tree6574ccf2276c1d8faca8e1247720ffadb881bbe8 /wp-admin/wpmu-themes.php
parent8fdae25acec9304cb13a9f0cb82316e1f6a9f7c9 (diff)
downloadwordpress-mu-cb6323b69dbd6e62362f12fb7f474f1707bf3f09.tar.gz
wordpress-mu-cb6323b69dbd6e62362f12fb7f474f1707bf3f09.tar.xz
wordpress-mu-cb6323b69dbd6e62362f12fb7f474f1707bf3f09.zip
Whitespace cleanup.
Clean up parameter filtering git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1289 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/wpmu-themes.php')
-rw-r--r--wp-admin/wpmu-themes.php6
1 files changed, 3 insertions, 3 deletions
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();
<div class="wrap">
<form action='wpmu-edit.php?action=updatethemes' method='post'>
<h2><?php _e('Site Themes') ?></h2>
- <p><?php _e('Disable themes site-wide. You can enable themes on a blog by blog basis.') ?></p>
+ <p><?php _e('Disable themes site-wide. You can enable themes on a blog by blog basis.') ?></p>
<table class="widefat">
<thead>
<tr>
@@ -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();
<?php endforeach; ?>
</tbody>
</table>
-
+
<p class="submit">
<input type='submit' value='<?php _e('Update Themes &raquo;') ?>' /></p>
</form>