Changeset 1985
- Timestamp:
- 10/30/09 23:36:25 (3 months ago)
- Files:
-
- 1 modified
-
branches/2.8/wp-admin/wpmu-edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-admin/wpmu-edit.php
r1973 r1985 201 201 $count = count( $_POST['option'] ); 202 202 foreach ( (array) $_POST['option'] as $key => $val ) { 203 if ( $key == 0 )204 continue;205 203 $val = stripslashes_deep( $val ); 206 204 if( $c == $count ) {
