Making WordPress.org


Ignore:
Timestamp:
07/10/2019 12:43:18 PM (6 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-beta-nightly.php

    r7375 r9035  
    5353                            /* translators: 1: URL to documentation; 2: URL to make/core; 3: URL to beta forum */
    5454                            wp_kses_post( __( 'By their nature these releases are unstable and should not be used any place where your data is important. Please <a href="%1$s">backup your database</a> before upgrading to a beta release. To hear about the latest beta releases your best bet is to watch <a href="%2$s">the development blog</a> and <a href="%3$s">the beta forum</a>.', 'wporg' ) ),
    55                             esc_url( 'https://codex.wordpress.org/Backing_Up_Your_Database' ),
     55                            esc_url( __( 'https://codex.wordpress.org/Backing_Up_Your_Database', 'wporg' ) ),
    5656                            esc_url( 'https://make.wordpress.org/core/' ),
    5757                            esc_url( 'https://wordpress.org/support/forum/alphabeta/' )
Note: See TracChangeset for help on using the changeset viewer.