Changeset 9035 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-download.php
- Timestamp:
- 07/10/2019 12:43:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-download.php
r8394 r9035 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 'https://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Installation'120 esc_url( __( 'https://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Installation', 'wporg' ) ) 121 121 ); 122 122 ?>
Note: See TracChangeset
for help on using the changeset viewer.