Ticket #16201: ms-functions-patch-r23470.diff
| File ms-functions-patch-r23470.diff, 703 bytes (added by , 13 years ago) |
|---|
-
wp-includes/ms-functions.php
981 981 982 982 add_option( 'WPLANG', get_site_option( 'WPLANG' ) ); 983 983 update_option( 'blog_public', (int)$meta['public'] ); 984 update_option( 'rewrite_rules', array() ); 984 985 985 986 if ( ! is_super_admin( $user_id ) && ! get_user_meta( $user_id, 'primary_blog', true ) ) 986 987 update_user_meta( $user_id, 'primary_blog', $blog_id ); … … 1977 1978 return min( $size, $fileupload_maxk ); 1978 1979 1979 1980 return min( $size, $fileupload_maxk, get_upload_space_available() ); 1980 } 1981 No newline at end of file 1981 }