- Timestamp:
- 04/17/2016 12:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-site-icon-control.php
r37012 r37229 65 65 <div class="site-icon-preview"> 66 66 <div class="favicon-preview"> 67 <img src="<?php echo esc_url( admin_url( 'images/browser.png' ) ); ?>" class="browser-preview" width="182" alt=" <?php esc_attr_e( 'Browser interface preview' ); ?>" />67 <img src="<?php echo esc_url( admin_url( 'images/browser.png' ) ); ?>" class="browser-preview" width="182" alt="" /> 68 68 69 69 <div class="favicon"> 70 70 <img id="preview-favicon" src="{{ data.attachment.sizes.full.url }}" alt="<?php esc_attr_e( 'Preview as a browser icon' ); ?>"/> 71 71 </div> 72 <span class="browser-title" ><?php bloginfo( 'name' ); ?></span>72 <span class="browser-title" aria-hidden="true"><?php bloginfo( 'name' ); ?></span> 73 73 </div> 74 74 <img class="app-icon-preview" src="{{ data.attachment.sizes.full.url }}" alt="<?php esc_attr_e( 'Preview as an app icon' ); ?>"/>
Note: See TracChangeset
for help on using the changeset viewer.