Make WordPress Core

Changeset 54650 for trunk/src/index.php


Ignore:
Timestamp:
10/19/2022 06:18:45 PM (3 years ago)
Author:
desrosj
Message:

General: Correctly refer to “npm” and “Node.js”.

This update all references to npm and Node.js to their correct spelling.

Fixes #56816.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/index.php

    r53579 r54650  
    5656
    5757$die .= '<p>' . sprintf(
    58     /* translators: 1: NPM URL, 2: Handbook URL. */
    59     __( 'This requires <a href="%1$s">NPM</a>. <a href="%2$s">Learn more about setting up your local development environment</a>.' ),
     58    /* translators: 1: npm URL, 2: Handbook URL. */
     59    __( 'This requires <a href="%1$s">npm</a>. <a href="%2$s">Learn more about setting up your local development environment</a>.' ),
    6060    'https://www.npmjs.com/get-npm',
    6161    __( 'https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-locally/' )
Note: See TracChangeset for help on using the changeset viewer.