Changeset 1985

Show
Ignore:
Timestamp:
10/30/09 23:36:25 (3 months ago)
Author:
donncha
Message:

Don't check the key, it stops options updating. Thanks Luke/Thunderlounge  http://twitter.com/thunderlounge/statuses/5300377557

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/2.8/wp-admin/wpmu-edit.php

    r1973 r1985  
    201201                        $count = count( $_POST['option'] ); 
    202202                        foreach ( (array) $_POST['option'] as $key => $val ) { 
    203                                 if ( $key == 0 ) 
    204                                         continue; 
    205203                                $val = stripslashes_deep( $val ); 
    206204                                if( $c == $count ) {