Skip to content

Commit 7356237

Browse files
authored
Update favicon fallback
1 parent 294a6fe commit 7356237

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@ function do_favicon() {
17471747
*/
17481748
do_action( 'do_faviconico' );
17491749

1750-
wp_redirect( get_site_icon_url( 32, includes_url( 'images/w-logo-blue-white-bg.png' ) ) );
1750+
wp_redirect( get_site_icon_url( 32, includes_url( 'images/w-logo-gray-white-bg.png' ) ) );
17511751
exit;
17521752
}
17531753

0 commit comments

Comments
 (0)