diff -r 34716fd837a4 -r be944660c56a wp/wp-admin/includes/schema.php --- a/wp/wp-admin/includes/schema.php Tue Dec 15 15:52:01 2020 +0100 +++ b/wp/wp-admin/includes/schema.php Wed Sep 21 18:19:35 2022 +0200 @@ -422,11 +422,11 @@ 'default_ping_status' => 'open', 'default_pingback_flag' => 1, 'posts_per_page' => 10, - /* translators: Default date format, see https://www.php.net/date */ + /* translators: Default date format, see https://www.php.net/manual/datetime.format.php */ 'date_format' => __( 'F j, Y' ), - /* translators: Default time format, see https://www.php.net/date */ + /* translators: Default time format, see https://www.php.net/manual/datetime.format.php */ 'time_format' => __( 'g:i a' ), - /* translators: Links last updated date format, see https://www.php.net/date */ + /* translators: Links last updated date format, see https://www.php.net/manual/datetime.format.php */ 'links_updated_date_format' => __( 'F j, Y g:i a' ), 'comment_moderation' => 0, 'moderation_notify' => 1, @@ -535,6 +535,16 @@ 'disallowed_keys' => '', 'comment_previously_approved' => 1, 'auto_plugin_theme_update_emails' => array(), + + // 5.6.0 + 'auto_update_core_dev' => 'enabled', + 'auto_update_core_minor' => 'enabled', + // Default to enabled for new installs. + // See https://core.trac.wordpress.org/ticket/51742. + 'auto_update_core_major' => 'enabled', + + // 5.8.0 + 'wp_force_deactivated_plugins' => array(), ); // 3.3.0 @@ -1208,6 +1218,7 @@ 'jpeg', 'png', 'gif', + 'webp', // Video. 'mov', 'avi',