Skip to content

Commit d3b33dd

Browse files
Update one more instance of 'installation'
1 parent 3c4a223 commit d3b33dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entity-command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
WP_CLI::add_command( 'site option', 'Site_Option_Command', array(
3131
'before_invoke' => function() {
3232
if ( !is_multisite() ) {
33-
WP_CLI::error( 'This is not a multisite install.' );
33+
WP_CLI::error( 'This is not a multisite installation.' );
3434
}
3535
}
3636
) );

0 commit comments

Comments
 (0)