diff --git a/wp-content/themes/twentytwenty/functions.php b/wp-content/themes/twentytwenty/functions.php index 549191f12d..2ce8fffb77 100644 --- a/wp-content/themes/twentytwenty/functions.php +++ b/wp-content/themes/twentytwenty/functions.php @@ -461,7 +461,7 @@ function twentytwenty_classic_editor_styles() { $classic_editor_styles = array( '/assets/css/editor-style-classic.css', - '/assets/css/font-inter.css' + '/assets/css/font-inter.css', ); add_editor_style( $classic_editor_styles ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 205deb7271..087ee4b187 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57312'; +$wp_version = '6.5-alpha-57313'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.