[wp-trac] [WordPress Trac] #29499: Default value incorrect for upload_space_check_disabled

WordPress Trac noreply at wordpress.org
Thu Sep 4 03:13:08 UTC 2014


#29499: Default value incorrect for upload_space_check_disabled
-----------------------------+------------------------
 Reporter:  danielbachhuber  |       Owner:
     Type:  defect (bug)     |      Status:  closed
 Priority:  normal           |   Milestone:
Component:  Media            |     Version:
 Severity:  normal           |  Resolution:  invalid
 Keywords:                   |     Focuses:  multisite
-----------------------------+------------------------
Changes (by danielbachhuber):

 * status:  new => closed
 * resolution:   => invalid
 * milestone:  Future Release =>


Comment:

 I think the commonality is that these sites are being installed via WP-
 CLI, and `populate_network()` thinks it's already multisite here:

 {{{
 'upload_space_check_disabled' => is_multisite() ? get_site_option(
 'upload_space_check_disabled' ) : '1',
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/29499#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list