Changeset 54650 for trunk/src/index.php
- Timestamp:
- 10/19/2022 06:18:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/index.php
r53579 r54650 56 56 57 57 $die .= '<p>' . sprintf( 58 /* translators: 1: NPMURL, 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>.' ), 60 60 'https://www.npmjs.com/get-npm', 61 61 __( 'https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-locally/' )
Note: See TracChangeset
for help on using the changeset viewer.