[wp-meta] [Making WordPress.org] #3673: Improve WordPress download page

Making WordPress.org noreply at wordpress.org
Sun Jul 8 21:40:00 UTC 2018


#3673: Improve WordPress download page
----------------------+-----------------------
 Reporter:  obenland  |       Owner:  obenland
     Type:  task      |      Status:  assigned
 Priority:  normal    |   Milestone:
Component:  General   |  Resolution:
 Keywords:            |
----------------------+-----------------------

Comment (by SergeyBiryukov):

 @obenland Could we use a consistent URL for the Hosting page?
 * In `front-page.php` it links to the main site:
 {{{
 esc_url( 'https://wordpress.org/hosting/' )
 }}}
 * In `page-about-requirements.php` and `page-get.php` the link is relative
 and shows a 404 error on Rosetta sites (e.g.
 https://ru.wordpress.org/hosting/):
 {{{
 esc_url( home_url( '/hosting/' ) )
 }}}

 It should either have a centralized URL or be a translatable page, not a
 mix of both :)

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/3673#comment:50>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list