Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core Committers: Use this line as a base for the props when committing in SVN: To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
There was a problem hiding this comment.
There are plugins which are currently using the blue version: https://wpdirectory.net/search/01KJR61Y4PHZABG54HMFPVFEWH
Would it be safer to introduce a wordpress-logo-gray.svg instead?
There was a problem hiding this comment.
Thanks! Absolutely, just pushed the changes.
|
@westonruter is this good to merge in so that it goes out with beta today? |
|
@jeffpaul oh yes, I can commit if you want. |
| overflow: hidden; | ||
| background-image: url(../images/w-logo-blue.png?ver=20131202); | ||
| background-image: none, url(../images/wordpress-logo.svg?ver=20131107); | ||
| background-image: url(../images/w-logo-gray.png?ver=20260303); |
There was a problem hiding this comment.
Not sure but we have to use 7.0 release date here. WDYT @westonruter
There was a problem hiding this comment.
A date was used previously, so keeping it a date makes sense to me.
…sign. Developed in #11026 Props juanfra, westonruter, jeffpaul, mukesh27, audrasjb, joedolson, dd32, davidbaumwald, fabiankaegy, huzaifaalmesbah, Joen, butterflymedia, noruzzaman, karmatosed, ozgursar, fcoveram, tusharaddweb, darshitrajyaguru97. See #64308. Fixes #64708. git-svn-id: https://develop.svn.wordpress.org/trunk@61989 602fd350-edb4-49c9-b593-d223f7449a82
…sign. Developed in WordPress/wordpress-develop#11026 Props juanfra, westonruter, jeffpaul, mukesh27, audrasjb, joedolson, dd32, davidbaumwald, fabiankaegy, huzaifaalmesbah, Joen, butterflymedia, noruzzaman, karmatosed, ozgursar, fcoveram, tusharaddweb, darshitrajyaguru97. See #64308. Fixes #64708. Built from https://develop.svn.wordpress.org/trunk@61989 git-svn-id: http://core.svn.wordpress.org/trunk@61271 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
Thank you everyone! 🙌 |

Trac ticket: https://core.trac.wordpress.org/ticket/64708
With the new admin reskin, the login page logo still uses the old blue color scheme, which now looks out of place and dated compared to the refreshed admin interface.
In this PR I'm updating the logo, using the
simplified version and matching the new colorW mark in gray.Why are we going with this logo/color combination?
🔗 Please see the discussion here.
This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.