Changeset 44566 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 01/11/2019 06:39:55 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r44565 r44566 921 921 wp_get_attachment_image( $custom_logo_id, 'full', false, $custom_logo_attr ) 922 922 ); 923 } // If no logo is set but we're in the Customizer, leave a placeholder (needed for the live preview).924 elseif ( is_customize_preview() ) {923 } elseif ( is_customize_preview() ) { 924 // If no logo is set but we're in the Customizer, leave a placeholder (needed for the live preview). 925 925 $html = sprintf( 926 926 '<a href="%1$s" class="custom-logo-link" style="display:none;"><img class="custom-logo"/></a>',
Note: See TracChangeset
for help on using the changeset viewer.