From 2b99aa4e4fe404c36c452aed794799d6a50d2fbf Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 25 Mar 2024 11:08:13 +0000 Subject: [PATCH] Editor: Update the Google Fonts font collection URL to the latest version for 6.5. Reviewed by peterwilsoncc. Merges [57871] to the 6.5 branch. Props mmaattiiaass. Fixes #60819. Built from https://develop.svn.wordpress.org/branches/6.5@57875 git-svn-id: http://core.svn.wordpress.org/branches/6.5@57376 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/fonts.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/fonts.php b/wp-includes/fonts.php index 690aaa5ffc..00a428b06b 100644 --- a/wp-includes/fonts.php +++ b/wp-includes/fonts.php @@ -194,7 +194,7 @@ function _wp_register_default_font_collections() { array( 'name' => _x( 'Google Fonts', 'font collection name' ), 'description' => __( 'Install from Google Fonts. Fonts are copied to and served from your site.' ), - 'font_families' => 'https://s.w.org/images/fonts/17.7/collections/google-fonts-with-preview.json', + 'font_families' => 'https://s.w.org/images/fonts/wp-6.5/collections/google-fonts-with-preview.json', 'categories' => array( array( 'name' => _x( 'Sans Serif', 'font category' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index b7f78b7216..9341f35f7b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-RC3-57872'; +$wp_version = '6.5-RC3-57875'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.