diff options
Diffstat (limited to 'wp-admin')
| -rw-r--r-- | wp-admin/wpmu-themes.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-admin/wpmu-themes.php b/wp-admin/wpmu-themes.php index ad39ad0..4b49f1c 100644 --- a/wp-admin/wpmu-themes.php +++ b/wp-admin/wpmu-themes.php @@ -47,9 +47,9 @@ $allowed_themes = get_site_allowed_themes(); ?> <tr valign="top" class="<?php echo $class.$class1; ?>"> <td style="text-align:center;"> - <label><input name="theme[<?php echo $theme_key ?>]" type="radio" id="disabled_<?php echo $theme_key ?>" value="disabled" <?php echo $disabled ?> /> <?php _e('No') ?></label> - <label><input name="theme[<?php echo $theme_key ?>]" type="radio" id="enabled_<?php echo $theme_key ?>" value="enabled" <?php echo $enabled ?> /> <?php _e('Yes') ?></label> + + <label><input name="theme[<?php echo $theme_key ?>]" type="radio" id="disabled_<?php echo $theme_key ?>" value="disabled" <?php echo $disabled ?> /> <?php _e('No') ?></label> </td> <th scope="row" style="text-align:left;"><?php echo $key ?></th> <td><?php echo $theme['Version'] ?></td> |
