Make WordPress Core


Ignore:
Timestamp:
06/09/2010 06:13:29 PM (15 years ago)
Author:
ryan
Message:

Warning and styling fixes. Props ocean90. fixes #13775

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/ms-themes.php

    r15135 r15179  
    7171                }
    7272                ?>
    73                 <tr valign="top" class="<?php echo $class, $class1; ?>">
     73                <tr valign="top" class="<?php echo $class . ' ' . $class1; ?>">
    7474                    <td>
    7575                        <label><input name="theme[<?php echo $theme_key ?>]" type="radio" id="enabled_<?php echo $theme_key ?>" value="enabled" <?php checked( $enabled ) ?> /> <?php _e( 'Yes' ) ?></label>
Note: See TracChangeset for help on using the changeset viewer.