Opened 12 years ago
Closed 12 years ago
#21513 closed enhancement (fixed)
Disable multisite quotas by default on new installs
Reported by: | nacin | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Multisite | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
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',
Attachments (1)
Change History (7)
#3
@
12 years ago
- Cc mpvanwinkle77 added
- Keywords has-patch needs-testing added
- Resolution set to fixed
- Status changed from new to closed
Looking for some low hanging fruit to get my feet wet on core development. This seemed pretty easy. Cheers,
Note: See
TracTickets for help on using
tickets.
Well now this makes sense. :)