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:
parent
8ec310d44c
commit
f14b24792a
|
@ -60,13 +60,13 @@ function wp_load_press_this() {
|
|||
}
|
||||
wp_die(
|
||||
__( 'The Press This plugin is required.' ) . '<br />' . $action,
|
||||
__( 'Install Required' ),
|
||||
__( 'Installation Required' ),
|
||||
200
|
||||
);
|
||||
} else {
|
||||
wp_die(
|
||||
__( 'Press This is not available. Please contact your site administrator.' ),
|
||||
__( 'Install Required' ),
|
||||
__( 'Installation Required' ),
|
||||
200
|
||||
);
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue