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 ),