From 0b07cb38fce2191f8477c009d12ea3ea87427281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tetsuaki=20Hamano=20/=20=E6=B5=9C=E9=87=8E=20=E5=93=B2?= =?UTF-8?q?=E6=98=8E?= Date: Sun, 21 Apr 2024 14:13:51 +0000 Subject: [PATCH] Fix hardcoded wp-admin URLs --- admin/create-theme/theme-form.php | 2 +- src/manage-fonts/index.js | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/admin/create-theme/theme-form.php b/admin/create-theme/theme-form.php index d7b6726b..76245e7d 100644 --- a/admin/create-theme/theme-form.php +++ b/admin/create-theme/theme-form.php @@ -21,7 +21,7 @@ public static function create_admin_form_page() { printf( /* translators: %s: editor link. */ esc_html__( 'This page is deprecated and will be removed in the next release. Please try exporting from the Create Block Theme menu of the %s instead.', 'create-block-theme' ), - ' ' . __( 'editor', 'create-block-theme' ) . '' + ' ' . __( 'editor', 'create-block-theme' ) . '' ); ?>

diff --git a/src/manage-fonts/index.js b/src/manage-fonts/index.js index 8a4504ff..42380847 100644 --- a/src/manage-fonts/index.js +++ b/src/manage-fonts/index.js @@ -240,14 +240,17 @@ export default function () { { a: ( // eslint-disable-next-line jsx-a11y/anchor-has-content - + ), } ) }

WordPress 6.5 Font Library

{ createInterpolateElement(