Ticket #61408: 61408.diff
| File 61408.diff, 530 bytes (added by , 2 years 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();
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)