Making WordPress.org

Changeset 9347


Ignore:
Timestamp:
12/16/2019 02:51:37 AM (5 years ago)
Author:
dd32
Message:

Main Theme: Update a codex reference with the new Support Article.

Props casiepa.
See #4910.

File:
1 edited

Legend:

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

    r9036 r9347  
    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', 'wporg' ) ),
     55                            esc_url( __( 'https://wordpress.org/support/article/backing-up-your-database/', 'wporg' ) ),
    5656                            esc_url( 'https://make.wordpress.org/core/' ),
    57                             esc_url( __( 'https://wordpress.org/support/forum/alphabeta/' ) )
     57                            esc_url( __( 'https://wordpress.org/support/forum/alphabeta/', 'wporg' ) )
    5858                        );
    5959                        ?>
Note: See TracChangeset for help on using the changeset viewer.