420 'default_category' => 1, |
420 'default_category' => 1, |
421 'default_comment_status' => 'open', |
421 'default_comment_status' => 'open', |
422 'default_ping_status' => 'open', |
422 'default_ping_status' => 'open', |
423 'default_pingback_flag' => 1, |
423 'default_pingback_flag' => 1, |
424 'posts_per_page' => 10, |
424 'posts_per_page' => 10, |
425 /* translators: Default date format, see https://www.php.net/date */ |
425 /* translators: Default date format, see https://www.php.net/manual/datetime.format.php */ |
426 'date_format' => __( 'F j, Y' ), |
426 'date_format' => __( 'F j, Y' ), |
427 /* translators: Default time format, see https://www.php.net/date */ |
427 /* translators: Default time format, see https://www.php.net/manual/datetime.format.php */ |
428 'time_format' => __( 'g:i a' ), |
428 'time_format' => __( 'g:i a' ), |
429 /* translators: Links last updated date format, see https://www.php.net/date */ |
429 /* translators: Links last updated date format, see https://www.php.net/manual/datetime.format.php */ |
430 'links_updated_date_format' => __( 'F j, Y g:i a' ), |
430 'links_updated_date_format' => __( 'F j, Y g:i a' ), |
431 'comment_moderation' => 0, |
431 'comment_moderation' => 0, |
432 'moderation_notify' => 1, |
432 'moderation_notify' => 1, |
433 'permalink_structure' => '', |
433 'permalink_structure' => '', |
434 'rewrite_rules' => '', |
434 'rewrite_rules' => '', |
533 |
533 |
534 // 5.5.0 |
534 // 5.5.0 |
535 'disallowed_keys' => '', |
535 'disallowed_keys' => '', |
536 'comment_previously_approved' => 1, |
536 'comment_previously_approved' => 1, |
537 'auto_plugin_theme_update_emails' => array(), |
537 'auto_plugin_theme_update_emails' => array(), |
|
538 |
|
539 // 5.6.0 |
|
540 'auto_update_core_dev' => 'enabled', |
|
541 'auto_update_core_minor' => 'enabled', |
|
542 // Default to enabled for new installs. |
|
543 // See https://core.trac.wordpress.org/ticket/51742. |
|
544 'auto_update_core_major' => 'enabled', |
|
545 |
|
546 // 5.8.0 |
|
547 'wp_force_deactivated_plugins' => array(), |
538 ); |
548 ); |
539 |
549 |
540 // 3.3.0 |
550 // 3.3.0 |
541 if ( ! is_multisite() ) { |
551 if ( ! is_multisite() ) { |
542 $defaults['initial_db_version'] = ! empty( $wp_current_db_version ) && $wp_current_db_version < $wp_db_version |
552 $defaults['initial_db_version'] = ! empty( $wp_current_db_version ) && $wp_current_db_version < $wp_db_version |