#4593 closed defect (bug) (fixed)
Rosetta sites: wordpress-org: "famous 5-minute installation" link should be made customizable
Reported by: | fierevere | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | International Sites (Rosetta) | Keywords: | |
Cc: |
Description (last modified by )
Current link to https://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Installation is hardcoded, it should be made customizable (to local codex or helphub page) by locale managers (precisely - wordpress-org meta project translators)
Code reference: https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-download.php?marks=119#L120
<?php /* translators: URL to installation guide */ wp_kses_post( __( 'With our famous 5-minute installation, setting up WordPress for the first time is simple. We’ve created a <a href="%1$s">handy guide</a> to see you through the installation process.', 'wporg' ) ), 'https://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Installation'
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 9035: