Changeset 37964
- Timestamp:
- 07/05/2016 12:41:38 PM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/site-icon.css
r36907 r37964 39 39 } 40 40 41 /* rtl:ignore */ 42 .site-icon-preview .favicon, 43 .site-icon-preview .app-icon-preview { 44 direction: ltr; 45 } 46 41 47 .customize-control-site_icon .favicon-preview { 42 48 float: left; -
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.