Ticket #23650: 23650.2.diff
File 23650.2.diff, 502 bytes (added by , 11 years ago) |
---|
-
wp-includes/ms-functions.php
1910 1910 $space_allowed = get_site_option( 'blog_upload_space' ); 1911 1911 1912 1912 if ( empty( $space_allowed ) || ! is_numeric( $space_allowed ) ) 1913 $space_allowed = 50;1913 $space_allowed = 100; 1914 1914 1915 return $space_allowed;1915 return apply_filters( 'get_space_allowed', $space_allowed ); 1916 1916 } 1917 1917 1918 1918 /**