From 13ad7aa160e40541e740f8d7dd36284fe52cb324 Mon Sep 17 00:00:00 2001 From: Rishabh Gupta Date: Tue, 8 Sep 2026 20:28:57 +0530 Subject: [PATCH] Text Changes: Clarify the Site Icon description wording. --- 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 c1efa0c063c58..310f848f3f71f 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 appears in browser tabs, bookmark bars, and within the WordPress mobile apps. It must have a square aspect ratio (1:1) and be at least %1$s × %2$s pixels in size.' ), 512, 512 ); diff --git a/src/wp-includes/class-wp-customize-manager.php b/src/wp-includes/class-wp-customize-manager.php index b02a48fec8d8c..31d3c44eebf14 100644 --- a/src/wp-includes/class-wp-customize-manager.php +++ b/src/wp-includes/class-wp-customize-manager.php @@ -5208,7 +5208,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 appears in browser tabs, bookmark bars, and within the WordPress mobile apps. It must have a square aspect ratio (1:1) and be at least %1$s × %2$s pixels in size.' ) . '

', 512, 512 ),