Changeset 1278
- Timestamp:
- 05/09/08 08:49:12 (2 months ago)
- Files:
-
- trunk/wp-admin/wpmu-themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/wpmu-themes.php
r1268 r1278 48 48 <tr valign="top" class="<?php echo $class.$class1; ?>"> 49 49 <td style="text-align:center;"> 50 <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> 51 50 52 <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> 51 52 <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>53 53 </td> 54 54 <th scope="row" style="text-align:left;"><?php echo $key ?></th>
