- Timestamp:
- 05/15/2017 06:50:50 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-site-icon-control.php
r40314 r40671 63 63 <div class="attachment-media-view"> 64 64 <# if ( data.attachment.sizes ) { #> 65 <div class="site-icon-preview ">65 <div class="site-icon-preview wp-clearfix"> 66 66 <div class="favicon-preview"> 67 67 <img src="<?php echo esc_url( admin_url( 'images/' . ( is_rtl() ? 'browser-rtl.png' : 'browser.png' ) ) ); ?>" class="browser-preview" width="182" alt="" /> … … 79 79 <button type="button" class="button remove-button"><?php echo $this->button_labels['remove']; ?></button> 80 80 <button type="button" class="button upload-button" id="{{ data.settings['default'] }}-button"><?php echo $this->button_labels['change']; ?></button> 81 <div style="clear:both"></div>82 81 <# } #> 83 82 </div> … … 95 94 <button type="button" class="button upload-button" id="{{ data.settings['default'] }}-button"><?php echo $this->button_labels['select']; ?></button> 96 95 <# } #> 97 <div style="clear:both"></div>98 96 </div> 99 97 </div>
Note: See TracChangeset
for help on using the changeset viewer.