Make WordPress Core


Ignore:
Timestamp:
07/16/2019 10:27:55 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Site Health: Use consistent verbiage for "Learn more" links.

Props ronakganatra, garrett-eclipse.
Fixes #47302.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-health.php

    r45647 r45649  
    947947                                /* translators: Localized version of WordPress requirements if one exists. */
    948948                                esc_url( __( 'https://wordpress.org/about/requirements/' ) ),
    949                                 __( 'Read more about what WordPress requires to run.' ),
     949                                __( 'Learn more about what WordPress requires to run.' ),
    950950                                /* translators: accessibility text */
    951951                                __( '(opens in a new tab)' )
     
    12181218                                /* translators: Documentation explaining debugging in WordPress. */
    12191219                                esc_url( __( 'https://wordpress.org/support/article/debugging-in-wordpress/' ) ),
    1220                                 __( 'Read about debugging in WordPress.' ),
     1220                                __( 'Learn more about debugging in WordPress.' ),
    12211221                                /* translators: accessibility text */
    12221222                                __( '(opens in a new tab)' )
     
    12871287                                /* translators: Documentation explaining HTTPS and why it should be used. */
    12881288                                esc_url( __( 'https://wordpress.org/support/article/why-should-i-use-https/' ) ),
    1289                                 __( 'Read more about why you should use HTTPS' ),
     1289                                __( 'Learn more about why you should use HTTPS' ),
    12901290                                /* translators: accessibility text */
    12911291                                __( '(opens in a new tab)' )
Note: See TracChangeset for help on using the changeset viewer.