Changeset 33154 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 07/10/2015 09:32:23 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r32994 r33154 2446 2446 */ 2447 2447 function wp_site_icon() { 2448 if ( ! has_site_icon() ) {2448 if ( ! has_site_icon() && ! is_customize_preview() ) { 2449 2449 return; 2450 2450 }
Note: See TracChangeset
for help on using the changeset viewer.