Changeset 45649
- Timestamp:
- 07/16/2019 10:27:55 PM (6 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/index.php
r45445 r45649 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/' ) -
trunk/src/wp-admin/includes/class-wp-site-health.php
r45647 r45649 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)' ) … … 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)' ) … … 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)' )
Note: See TracChangeset
for help on using the changeset viewer.