Changeset 9157
- Timestamp:
- 10/01/2019 04:36:26 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.php
r9035 r9157 118 118 /* translators: URL to installation guide */ 119 119 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 esc_url( __( 'https:// codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Installation', 'wporg' ) )120 esc_url( __( 'https://wordpress.org/support/article/how-to-install-wordpress/', 'wporg' ) ) 121 121 ); 122 122 ?>
Note: See TracChangeset
for help on using the changeset viewer.