Make WordPress Core

Ticket #47302: 47302.diff

File 47302.diff, 1.9 KB (added by ronakganatra, 6 years ago)

updated the changes as per mentioned in ticket, changed Read more to Learn more text.

  • src/wp-admin/includes/class-wp-site-health.php

     
    946946                                '<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>',
    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)' )
    952952                        ),
     
    12171217                                '<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>',
    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)' )
    12231223                        ),
     
    12861286                                '<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>',
    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)' )
    12921292                        ),