Skip to content

Commit

Permalink
Tabs not spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke authored Dec 4, 2024
1 parent 348d061 commit ac3f267
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions orphan-command.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
unset( $wpcli_orphan_autoloader );

WP_CLI::add_command( 'orphan blog meta', HumanMade\OrphanCommand\Orphan_Blog_Meta_Command::class, [
'before_invoke' => function () {
if ( ! is_multisite() ) {
WP_CLI::error( 'This is not a multisite installation.' );
}
},
'before_invoke' => function () {
if ( ! is_multisite() ) {
WP_CLI::error( 'This is not a multisite installation.' );
}
},
] );
WP_CLI::add_command( 'orphan comment', HumanMade\OrphanCommand\Orphan_Comment_Command::class );
WP_CLI::add_command( 'orphan comment meta', HumanMade\OrphanCommand\Orphan_Comment_Meta_Command::class );
Expand Down

0 comments on commit ac3f267

Please sign in to comment.