Ticket #61408: 61408.diff
File 61408.diff, 530 bytes (added by , 11 months ago) |
---|
-
src/wp-includes/general-template.php
1024 1024 } 1025 1025 1026 1026 $custom_logo_id = get_theme_mod( 'custom_logo' ); 1027 $is_image = wp_attachment_is_image( $custom_logo_id );1027 $is_image = ( $custom_logo_id ) ? wp_attachment_is_image( $custom_logo_id ) : false; 1028 1028 1029 1029 if ( $switched_blog ) { 1030 1030 restore_current_blog();