From 14f2ce9cde5a6fd4cfe6d62890c0a7bd4d91be9d Mon Sep 17 00:00:00 2001 From: Nirav sherasiya Date: Thu, 5 Mar 2026 12:03:13 +0530 Subject: [PATCH] Update html element tag --- src/wp-admin/options-general.php | 2 +- src/wp-includes/class-wp-customize-manager.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/options-general.php b/src/wp-admin/options-general.php index 969065b7008f4..6a9a6d2f3812d 100644 --- a/src/wp-admin/options-general.php +++ b/src/wp-admin/options-general.php @@ -212,7 +212,7 @@ class="" %1$s by %2$s pixels.' ), + __( 'The Site Icon is what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. It should be square and at least %1$s by %2$s pixels.' ), 512, 512 ); diff --git a/src/wp-includes/class-wp-customize-manager.php b/src/wp-includes/class-wp-customize-manager.php index 961910e011d12..8e9c37dd56f98 100644 --- a/src/wp-includes/class-wp-customize-manager.php +++ b/src/wp-includes/class-wp-customize-manager.php @@ -5210,7 +5210,7 @@ public function register_controls() { 'label' => __( 'Site Icon' ), 'description' => sprintf( /* translators: 1: pixel value for icon size. 2: pixel value for icon size. */ - '

' . __( 'The Site Icon is what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. It should be square and at least %1$s by %2$s pixels.' ) . '

', + '

' . __( 'The Site Icon is what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. It should be square and at least %1$s by %2$s pixels.' ) . '

', 512, 512 ),