Ticket #47302: 47302.2.diff
File 47302.2.diff, 2.6 KB (added by , 6 years ago) |
---|
-
src/index.php
49 49 50 50 $die .= '<p>' . sprintf( 51 51 /* translators: 1: NPM URL, 2: Handbook URL */ 52 __( 'This requires <a href="%1$s">NPM</a>. <a href="%2$s"> Readmore about setting up your local development environment</a>.' ),52 __( 'This requires <a href="%1$s">NPM</a>. <a href="%2$s">Learn more about setting up your local development environment</a>.' ), 53 53 'https://www.npmjs.com/get-npm', 54 54 __( 'https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-locally/' ) 55 55 ) . '</p>'; -
src/wp-admin/includes/class-wp-site-health.php
946 946 '<p><a href="%s" target="_blank" rel="noopener noreferrer">%s <span class="screen-reader-text">%s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', 947 947 /* translators: Localized version of WordPress requirements if one exists. */ 948 948 esc_url( __( 'https://wordpress.org/about/requirements/' ) ), 949 __( ' Readmore about what WordPress requires to run.' ),949 __( 'Learn more about what WordPress requires to run.' ), 950 950 /* translators: accessibility text */ 951 951 __( '(opens in a new tab)' ) 952 952 ), … … 1217 1217 '<p><a href="%s" target="_blank" rel="noopener noreferrer">%s <span class="screen-reader-text">%s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', 1218 1218 /* translators: Documentation explaining debugging in WordPress. */ 1219 1219 esc_url( __( 'https://wordpress.org/support/article/debugging-in-wordpress/' ) ), 1220 __( ' Readabout debugging in WordPress.' ),1220 __( 'Learn more about debugging in WordPress.' ), 1221 1221 /* translators: accessibility text */ 1222 1222 __( '(opens in a new tab)' ) 1223 1223 ), … … 1286 1286 '<p><a href="%s" target="_blank" rel="noopener noreferrer">%s <span class="screen-reader-text">%s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', 1287 1287 /* translators: Documentation explaining HTTPS and why it should be used. */ 1288 1288 esc_url( __( 'https://wordpress.org/support/article/why-should-i-use-https/' ) ), 1289 __( ' Readmore about why you should use HTTPS' ),1289 __( 'Learn more about why you should use HTTPS' ), 1290 1290 /* translators: accessibility text */ 1291 1291 __( '(opens in a new tab)' ) 1292 1292 ),