Skip to content

Commit ec91ee3

Browse files
committed
fix typo in WP_CLI classname
1 parent 608d643 commit ec91ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DB_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ public function search( $args, $assoc_args ) {
946946
"Found %d %s in %.3fs (%.3fs searching). Searched %d %s, %d %s, %d %s. %d %s.",
947947
$match_count, $match_str, $run_time, $search_time, $table_count, $table_str, $column_count, $column_str, $row_count, $row_str, $skipped_count, $skipped_str
948948
);
949-
WP_ClI::success( $stats_msg );
949+
WP_CLI::success( $stats_msg );
950950
}
951951
}
952952

0 commit comments

Comments
 (0)