We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61d3be commit 294a6feCopy full SHA for 294a6fe
1 file changed
src/wp-includes/embed.php
@@ -1233,8 +1233,8 @@ function the_embed_site_title() {
1233
$site_title = sprintf(
1234
'<a href="%s" target="_top"><img src="%s" srcset="%s 2x" width="32" height="32" alt="" class="wp-embed-site-icon" /><span>%s</span></a>',
1235
esc_url( home_url() ),
1236
- esc_url( get_site_icon_url( 32, includes_url( 'images/w-logo-blue.png' ) ) ),
1237
- esc_url( get_site_icon_url( 64, includes_url( 'images/w-logo-blue.png' ) ) ),
+ esc_url( get_site_icon_url( 32, includes_url( 'images/w-logo-gray-white-bg.png' ) ) ),
+ esc_url( get_site_icon_url( 64, includes_url( 'images/w-logo-gray-white-bg.png' ) ) ),
1238
esc_html( get_bloginfo( 'name' ) )
1239
);
1240
0 commit comments