Make WordPress Core

Changeset 45649 for trunk/src/index.php


Ignore:
Timestamp:
07/16/2019 10:27:55 PM (6 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/index.php

    r45445 r45649  
    5050$die .= '<p>' . sprintf(
    5151    /* translators: 1: NPM URL, 2: Handbook URL */
    52     __( 'This requires <a href="%1$s">NPM</a>. <a href="%2$s">Read more 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>.' ),
    5353    'https://www.npmjs.com/get-npm',
    5454    __( 'https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-locally/' )
Note: See TracChangeset for help on using the changeset viewer.