Ticket #13479: schema.diff
| File schema.diff, 659 bytes (added by tmoorewp, 3 years ago) |
|---|
-
schema.php
707 707 'add_new_users' => '0', 708 708 'upload_space_check_disabled' => '0', 709 709 'subdomain_install' => intval( $subdomain_install ), 710 'global_terms_enabled' => global_terms_enabled() ? '1' : '0' 710 'global_terms_enabled' => global_terms_enabled() ? '1' : '0', 711 'file_upload_max_message' => __( 'Sorry, you have filled your maximum upload quota. To upload more items, please delete some files to make room.' ) 711 712 ); 712 713 if ( !intval( $subdomain_install ) ) 713 714 $sitemeta['illegal_names'][] = 'blog';
