diff --git src/wp-includes/customize/class-wp-customize-site-icon-control.php src/wp-includes/customize/class-wp-customize-site-icon-control.php
index bb4681ef62..b4edfb9da1 100644
|
|
class WP_Customize_Site_Icon_Control extends WP_Customize_Cropped_Image_Control |
64 | 64 | <div class="favicon"> |
65 | 65 | <img src="{{ data.attachment.sizes.full ? data.attachment.sizes.full.url : data.attachment.url }}" alt="<?php esc_attr_e( 'Preview as a browser icon' ); ?>"/> |
66 | 66 | </div> |
67 | | <span class="browser-title" aria-hidden="true"><?php bloginfo( 'name' ); ?></span> |
| 67 | <span class="browser-title" aria-hidden="true"><# print( '<?php bloginfo( 'name' ); ?>' ) #></span> |
68 | 68 | </div> |
69 | 69 | <img class="app-icon-preview" src="{{ data.attachment.sizes.full ? data.attachment.sizes.full.url : data.attachment.url }}" alt="<?php esc_attr_e( 'Preview as an app icon' ); ?>"/> |
70 | 70 | </div> |
diff --git src/wp-includes/media-template.php src/wp-includes/media-template.php
index a3eba2e9c8..720c9619d7 100644
|
|
function wp_print_media_templates() { |
1400 | 1400 | <div class="favicon"> |
1401 | 1401 | <img id="preview-favicon" src="{{ data.url }}" alt="<?php esc_attr_e( 'Preview as a browser icon' ); ?>"/> |
1402 | 1402 | </div> |
1403 | | <span class="browser-title" aria-hidden="true"><?php bloginfo( 'name' ); ?></span> |
| 1403 | <span class="browser-title" aria-hidden="true"><# print( '<?php bloginfo( 'name' ); ?>' ) #></span> |
1404 | 1404 | </div> |
1405 | 1405 | |
1406 | 1406 | <strong aria-hidden="true"><?php _e( 'As an app icon' ); ?></strong> |