Changeset 9347
- Timestamp:
- 12/16/2019 02:51:37 AM (5 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
r9036 r9347 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', 'wporg' ) ),55 esc_url( __( 'https://wordpress.org/support/article/backing-up-your-database/', 'wporg' ) ), 56 56 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' ) ) 58 58 ); 59 59 ?>
Note: See TracChangeset
for help on using the changeset viewer.