Skip to content

Commit c67f15f

Browse files
committed
Switch embed logo to SVG
1 parent 1afbc8a commit c67f15f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/wp-includes/embed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,8 +1233,8 @@ function the_embed_site_title() {
12331233
$site_title = sprintf(
12341234
'<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>',
12351235
esc_url( home_url() ),
1236-
esc_url( get_site_icon_url( 32, includes_url( 'images/w-logo-gray-white-bg.png' ) ) ),
1237-
esc_url( get_site_icon_url( 64, includes_url( 'images/w-logo-gray-white-bg.png' ) ) ),
1236+
esc_url( get_site_icon_url( 32, includes_url( 'images/w-logo-gray-white-bg.svg' ) ) ),
1237+
esc_url( get_site_icon_url( 64, includes_url( 'images/w-logo-gray-white-bg.svg' ) ) ),
12381238
esc_html( get_bloginfo( 'name' ) )
12391239
);
12401240

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)