Make WordPress Core

Changeset 15179


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

Warning and styling fixes. Props ocean90. fixes #13775

Location:
trunk/wp-admin
Files:
2 edited

Legend:

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

    r15157 r15179  
    443443            $themes = get_themes();
    444444            reset( $themes );
     445            $allowed_themes = array();
    445446            foreach ( (array) $themes as $key => $theme ) {
    446447                if ( $_POST['theme'][ esc_html( $theme['Stylesheet'] ) ] == 'enabled' )
  • 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.