diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-includes/customize/class-wp-customize-site-icon-control.php --- a/wp/wp-includes/customize/class-wp-customize-site-icon-control.php Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/customize/class-wp-customize-site-icon-control.php Fri Sep 05 18:52:52 2025 +0200 @@ -54,59 +54,66 @@ <# if ( data.label ) { #> {{ data.label }} <# } #> - <# if ( data.description ) { #> - {{{ data.description }}} - <# } #> <# if ( data.attachment && data.attachment.id ) { #>
<# if ( data.attachment.sizes ) { #> -
-
- - -
- {{
-									data.attachment.alt ?
-										wp.i18n.sprintf(
-											<?php
-											/* translators: %s: The selected image alt text. */
-											echo wp_json_encode( __( 'Browser icon preview: Current image: %s' ) );
-											?>
-											,
-											data.attachment.alt
-										) :
-										wp.i18n.sprintf(
-											<?php
-											/* translators: %s: The selected image filename. */
-											echo wp_json_encode( __( 'Browser icon preview: The current image has no alternative text. The file name is: %s' ) );
-											?>
-											,
-											data.attachment.filename
-										)
-								}} + +
+
+ {{
+								data.attachment.alt ?
+									wp.i18n.sprintf(
+										<?php
+										/* translators: %s: The selected image alt text. */
+										echo wp_json_encode( __( 'App icon preview: Current image: %s' ) )
+										?>
+										,
+										data.attachment.alt
+									) :
+									wp.i18n.sprintf(
+										<?php
+										/* translators: %s: The selected image filename. */
+										echo wp_json_encode( __( 'App icon preview: The current image has no alternative text. The file name is: %s' ) );
+										?>
+										,
+										data.attachment.filename
+									)
+							}} +
+ +
+ {{
+										data.attachment.alt ?
+											wp.i18n.sprintf(
+												<?php
+												/* translators: %s: The selected image alt text. */
+												echo wp_json_encode( __( 'Browser icon preview: Current image: %s' ) );
+												?>
+												,
+												data.attachment.alt
+											) :
+											wp.i18n.sprintf(
+												<?php
+												/* translators: %s: The selected image filename. */
+												echo wp_json_encode( __( 'Browser icon preview: The current image has no alternative text. The file name is: %s' ) );
+												?>
+												,
+												data.attachment.filename
+											)
+									}} + + +
+
-
- {{
-							data.attachment.alt ?
-								wp.i18n.sprintf(
-									<?php
-									/* translators: %s: The selected image alt text. */
-									echo wp_json_encode( __( 'App icon preview: Current image: %s' ) )
-									?>
-									,
-									data.attachment.alt
-								) :
-								wp.i18n.sprintf(
-									<?php
-									/* translators: %s: The selected image filename. */
-									echo wp_json_encode( __( 'App icon preview: The current image has no alternative text. The file name is: %s' ) );
-									?>
-									,
-									data.attachment.filename
-								)
-						}}
<# } #>
@@ -128,6 +135,9 @@
<# } #> + <# if ( data.description ) { #> + {{{ data.description }}} + <# } #>