Press This: Use "installation" when referring to the act of installing Press This.

Props Presskopp
Fixes #41620

Built from https://develop.svn.wordpress.org/trunk@41794


git-svn-id: http://core.svn.wordpress.org/trunk@41628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2017-10-09 14:08:48 +00:00
parent 8ec310d44c
commit f14b24792a
2 changed files with 3 additions and 3 deletions

View File

@ -60,13 +60,13 @@ function wp_load_press_this() {
} }
wp_die( wp_die(
__( 'The Press This plugin is required.' ) . '<br />' . $action, __( 'The Press This plugin is required.' ) . '<br />' . $action,
__( 'Install Required' ), __( 'Installation Required' ),
200 200
); );
} else { } else {
wp_die( wp_die(
__( 'Press This is not available. Please contact your site administrator.' ), __( 'Press This is not available. Please contact your site administrator.' ),
__( 'Install Required' ), __( 'Installation Required' ),
200 200
); );
} }

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.9-beta1-41793'; $wp_version = '4.9-beta1-41794';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.