Make WordPress Core


Ignore:
Timestamp:
04/28/2010 08:15:45 AM (15 years ago)
Author:
nacin
Message:

Restore radios for MS site flags, as the schema supports other values. see #12832

File:
1 edited

Legend:

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

    r14253 r14277  
    249249        // update blogs table
    250250        $blog_data = stripslashes_deep( $_POST['blog'] );
    251         $blog_data_checkboxes = array( 'public', 'archived', 'spam', 'mature', 'deleted' );
    252         foreach ( $blog_data_checkboxes as $c )
    253             $blog_data[ $c ] = ! empty( $_POST['blog'][ $c ] );
    254251        update_blog_details( $id, $blog_data );
    255252
Note: See TracChangeset for help on using the changeset viewer.