[wp-trac] [WordPress Trac] #21513: Disable multisite quotas by default on new installs
WordPress Trac
wp-trac at lists.automattic.com
Tue Aug 7 20:42:00 UTC 2012
#21513: Disable multisite quotas by default on new installs
-------------------------+-----------------
Reporter: nacin | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.5
Component: Multisite | Version:
Severity: normal | Keywords:
-------------------------+-----------------
If registration is off by default, then surely upload quotas should be as
well.
I suggest populate_network() be modified to set
'upload_space_check_disabled' to be '1', unless the current network (in
the case of creating a second network) is '0'. So, additional networks
inherit.
`'upload_space_check_disabled' => is_multisite() ? get_site_option(
'upload_space_check_disabled' ) : '1',`
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21513>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list