Making WordPress.org


Ignore:
Timestamp:
07/10/2019 12:43:18 PM (7 years ago)
Author:
SergeyBiryukov
Message:

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

Props fierevere.
Fixes #4593.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-download.php

    r8394 r9035  
    118118                                /* translators: URL to installation guide */
    119119                                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' ) ),
    120                                 'https://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Installation'
     120                                esc_url( __( 'https://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Installation', 'wporg' ) )
    121121                            );
    122122                            ?>
Note: See TracChangeset for help on using the changeset viewer.