diff -r c7c34916027a -r 177826044cd9 wp/wp-includes/customize/class-wp-customize-site-icon-control.php --- a/wp/wp-includes/customize/class-wp-customize-site-icon-control.php Mon Oct 14 18:06:33 2019 +0200 +++ b/wp/wp-includes/customize/class-wp-customize-site-icon-control.php Mon Oct 14 18:28:13 2019 +0200 @@ -47,14 +47,12 @@ */ public function content_template() { ?> - + <# if ( data.label ) { #> + {{ data.label }} + <# } #> + <# if ( data.description ) { #> + {{{ data.description }}} + <# } #> <# if ( data.attachment && data.attachment.id ) { #>
<# } else { #> <# } #>