Skip to content

Commit ed30ce6

Browse files
authored
install changed to installation (#132)
`install` changed to `installation`
2 parents 6f859c6 + 5cf6516 commit ed30ce6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Core_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ public function install( $args, $assoc_args ) {
432432
*/
433433
public function multisite_convert( $args, $assoc_args ) {
434434
if ( is_multisite() ) {
435-
WP_CLI::error( 'This already is a multisite install.' );
435+
WP_CLI::error( 'This already is a multisite installation.' );
436436
}
437437

438438
$assoc_args = self::set_multisite_defaults( $assoc_args );
@@ -864,7 +864,7 @@ private static function get_wp_details( $abspath = ABSPATH ) {
864864

865865
if ( ! is_readable( $versions_path ) ) {
866866
WP_CLI::error(
867-
"This does not seem to be a WordPress install.\n" .
867+
"This does not seem to be a WordPress installation.\n" .
868868
'Pass --path=`path/to/wordpress` or run `wp core download`.'
869869
);
870870
}

0 commit comments

Comments
 (0)