Ticket #47302: 47302.diff
File 47302.diff, 1.9 KB (added by , 6 years ago) |
---|
-
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 ),