diff --git a/src/index.php b/src/index.php
index 44cea00b11..16c2a20e2d 100644
|
a
|
b
|
$die .= '<p>' . sprintf(
|
| 43 | 43 | __( 'This requires <a href="%1$s">NPM</a> and <a href="%2$s">Grunt</a>. <a href="%3$s">Read more about setting up your local development environment</a>.' ), |
| 44 | 44 | 'https://www.npmjs.com/', |
| 45 | 45 | 'https://gruntjs.com/', |
| 46 | | __( 'https://codex.wordpress.org/' ) |
| | 46 | __( 'https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-locally/' ) |
| 47 | 47 | ) . '</p>'; |
| 48 | 48 | |
| 49 | 49 | wp_die( $die, __( 'WordPress › Error' ) ); |
| | 50 | No newline at end of file |
diff --git a/src/wp-admin/index.php b/src/wp-admin/index.php
index 2f5ea078e8..8c3d3ffe8d 100644
|
a
|
b
|
$die .= '<p>' . sprintf(
|
| 43 | 43 | __( 'This requires <a href="%1$s">NPM</a> and <a href="%2$s">Grunt</a>. <a href="%3$s">Read more about setting up your local development environment</a>.' ), |
| 44 | 44 | 'https://www.npmjs.com/', |
| 45 | 45 | 'https://gruntjs.com/', |
| 46 | | __( 'https://codex.wordpress.org/' ) |
| | 46 | __( 'https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-locally/' ) |
| 47 | 47 | ) . '</p>'; |
| 48 | 48 | |
| 49 | 49 | wp_die( $die, __( 'WordPress › Error' ) ); |
| | 50 | No newline at end of file |