#22375 closed enhancement (fixed)
Install & Upgrade Logo Not Retina Ready
Reported by: | kopepasah | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | Upgrade/Install | Keywords: | has-patch needs-testing |
Focuses: | 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)
#2
@
12 years ago
This looks good. A few notes, we rarely bother to translate WordPress, and the title doesn't seem necessary
#3
@
12 years ago
- Removes the title from the anchors.
- Adds the same logo in
wp-admin/maint/repair.php
andwp-admin/network/sites.php
.
Note: See
TracTickets for help on using
tickets.
22375.diff:
_e()
from the beginning ofinstall.php
, where i18n functions are not available yet.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
title
attribute (not sure if the attribute itself is necessary though).setup-config.php
.The same logo is also used in
wp-admin/maint/repair.php
andwp-admin/network/sites.php
(not addressed in the patch).