Making WordPress.org

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#4593 closed defect (bug) (fixed)

Rosetta sites: wordpress-org: "famous 5-minute installation" link should be made customizable

Reported by: fierevere's profile fierevere Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: Priority: normal
Component: International Sites (Rosetta) Keywords:
Cc:

Description (last modified by SergeyBiryukov)

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)

#1 @SergeyBiryukov
5 years ago

  • Description modified (diff)

#2 @SergeyBiryukov
5 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 9035:

WordPress.org Main Theme: Make Codex URLs on Download pages translatable.

Props fierevere.
Fixes #4593.

#3 @SergeyBiryukov
5 years ago

In 9036:

WordPress.org Main Theme: Make Alpha/Beta forum URL translatable.

See #4593.

Note: See TracTickets for help on using tickets.