- Timestamp:
- 07/05/2016 12:41:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-site-icon-control.php
r37963 r37964 68 68 69 69 <div class="favicon"> 70 <img id="preview-favicon"src="{{ data.attachment.sizes.full.url }}" alt="<?php esc_attr_e( 'Preview as a browser icon' ); ?>"/>70 <img src="{{ data.attachment.sizes.full.url }}" alt="<?php esc_attr_e( 'Preview as a browser icon' ); ?>"/> 71 71 </div> 72 72 <span class="browser-title" aria-hidden="true"><?php bloginfo( 'name' ); ?></span>
Note: See TracChangeset
for help on using the changeset viewer.