Customize: Move the WordPress logo with a white background to the wp-includes
directory.
This ensures that the image used as a default site icon looks good on a dark background. The image was previously changed in the `wp-admin` directory, but the site icon is now loaded from `wp-includes`. Follow-up to [36635], [47018], [47564], [47832]. Props ocean90. Fixes #49798. git-svn-id: https://develop.svn.wordpress.org/trunk@47838 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
09a6234ed3
commit
174ead229d
Binary file not shown.
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 3.0 KiB |
@ -1668,7 +1668,7 @@ function do_favicon() {
|
||||
*/
|
||||
do_action( 'do_faviconico' );
|
||||
|
||||
wp_redirect( get_site_icon_url( 32, includes_url( 'images/w-logo-blue.png' ) ) );
|
||||
wp_redirect( get_site_icon_url( 32, includes_url( 'images/w-logo-blue-white-bg.png' ) ) );
|
||||
exit;
|
||||
}
|
||||
|
||||
|
BIN
src/wp-includes/images/w-logo-blue-white-bg.png
Normal file
BIN
src/wp-includes/images/w-logo-blue-white-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Loading…
Reference in New Issue
Block a user