Make WordPress Core


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

Warning and styling fixes. Props ocean90. fixes #13775

File:
1 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' )
Note: See TracChangeset for help on using the changeset viewer.