- Timestamp:
- 07/05/2016 11:31:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-site-icon-control.php
r37724 r37963 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="" />67 <img src="<?php echo esc_url( admin_url( 'images/' . ( is_rtl() ? 'browser-rtl.png' : 'browser.png' ) ) ); ?>" class="browser-preview" width="182" alt="" /> 68 68 69 69 <div class="favicon">
Note: See TracChangeset
for help on using the changeset viewer.