[wp-trac] [WordPress Trac] #21805: Retina, localized about screen screenshots
WordPress Trac
wp-trac at lists.automattic.com
Fri Sep 7 20:30:11 UTC 2012
#21805: Retina, localized about screen screenshots
----------------------------+-----------------------
Reporter: nacin | Owner: Otto42
Type: task (blessed) | Status: assigned
Priority: normal | Milestone: 3.5
Component: Help/About | Version:
Severity: normal | Resolution:
Keywords: |
----------------------------+-----------------------
Comment (by nacin):
Unless we are really worried about backward compatibility (and, looking at
the public_html on wp.org, we keep *everything*), I would do method 2, and
would be happy to help.
Two options for implementing method 2:
1. http://wordpress.org/images/core-screenshots/3.4/es_ES/some-image.png,
and serve it. If es_ES doesn't exist, look one level up and serve 3.4
/some-image.png (which would be the English ones).
2. http://wordpress.org/images/core-
screenshots.png?version=3.4&locale=es_ES, and 302 to the proper image.
I feel like rather hit WP.org for four or five screenshots individually,
directly from an <img> tag, than with a PHP-side API request. It might
just be easier to do an API request (especially since we can then provide
s.wordpress.org links).
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21805#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list