Opened 14 years ago
Closed 14 years ago
#21513 closed enhancement (fixed)
Disable multisite quotas by default on new installs
| Reported by: | nacin | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Multisite | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch needs-testing |
| Cc: | Focuses: |
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
@
14 years ago
- Cc added
- Keywords has-patch needs-testing added
- Resolution → fixed
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Well now this makes sense. :)