Changeset 7634 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-download.php
- Timestamp:
- 08/24/2018 09:10:21 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-download.php
r7557 r7634 151 151 printf( 152 152 /* translators: 1: URL to Apache website; 2: URL to Nginx website */ 153 wp_kses_post( __( 'We also recommend either <a href="%1$s">Apache</a> or <a href="% 1$s">Nginx</a> as the most robust options for running WordPress, but neither is required.', 'wporg' ) ),153 wp_kses_post( __( 'We also recommend either <a href="%1$s">Apache</a> or <a href="%2$s">Nginx</a> as the most robust options for running WordPress, but neither is required.', 'wporg' ) ), 154 154 esc_url( 'https://httpd.apache.org/' ), 155 155 esc_url( 'https://nginx.org/' )
Note: See TracChangeset
for help on using the changeset viewer.