Changeset 9035 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-download-beta-nightly.php
- Timestamp:
- 07/10/2019 12:43:18 PM (6 years ago)
- 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 53 53 /* translators: 1: URL to documentation; 2: URL to make/core; 3: URL to beta forum */ 54 54 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' ) ), 56 56 esc_url( 'https://make.wordpress.org/core/' ), 57 57 esc_url( 'https://wordpress.org/support/forum/alphabeta/' )
Note: See TracChangeset
for help on using the changeset viewer.