#22375 closed enhancement (fixed)
Install & Upgrade Logo Not Retina Ready
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Upgrade/Install | Version: | 3.5 |
| Severity: | normal | Keywords: | has-patch needs-testing |
| Cc: |
Description
The WordPress logo on the install (install.php) and upgrade (upgrade.php) pages still reference the standard WordPress logo instead of the Retina ready 2x logo for Retina devices.
Included is a patch that adheres to the WordPress login page's method of rendering a Retina ready WordPress logo for the WordPress install and upgrade pages.
Attachments (3)
Change History (8)
SergeyBiryukov
— 7 months ago
comment:1
SergeyBiryukov
— 7 months ago
comment:2
nacin
— 7 months ago
This looks good. A few notes, we rarely bother to translate WordPress, and the title doesn't seem necessary
comment:3
kopepasah
— 7 months ago
- Removes the title from the anchors.
- Adds the same logo in wp-admin/maint/repair.php and wp-admin/network/sites.php.
comment:4
ryan
— 7 months ago
- Owner set to ryan
- Resolution set to fixed
- Status changed from new to closed
In 22419:
comment:5
SergeyBiryukov
— 7 months ago
- Milestone changed from Awaiting Review to 3.5
Note: See
TracTickets for help on using
tickets.
22375.diff:
http://core.trac.wordpress.org/browser/tags/3.4.2/wp-login.php#L78
http://core.trac.wordpress.org/browser/tags/3.4.2/wp-includes/admin-bar.php#L99
http://core.trac.wordpress.org/browser/tags/3.4.2/wp-includes/default-widgets.php#L318
The same logo is also used in wp-admin/maint/repair.php and wp-admin/network/sites.php (not addressed in the patch).