Make WordPress Core

Ticket #23650: 23650.2.diff

File 23650.2.diff, 502 bytes (added by nacin, 11 years ago)
  • wp-includes/ms-functions.php

     
    19101910                $space_allowed = get_site_option( 'blog_upload_space' );
    19111911
    19121912        if ( empty( $space_allowed ) || ! is_numeric( $space_allowed ) )
    1913                 $space_allowed = 50;
     1913                $space_allowed = 100;
    19141914
    1915         return $space_allowed;
     1915        return apply_filters( 'get_space_allowed', $space_allowed );
    19161916}
    19171917
    19181918/**