#22375 closed enhancement (fixed)
Install & Upgrade Logo Not Retina Ready
| Reported by: | kopepasah | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Upgrade/Install | Version: | 3.5 |
| Severity: | normal | Keywords: | has-patch needs-testing |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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
titleattribute (not sure if the attribute itself is necessary though).setup-config.php.The same logo is also used in
wp-admin/maint/repair.phpandwp-admin/network/sites.php(not addressed in the patch).