Skip to content

Commit 994cc06

Browse files
authored
Update readme.md
tab
1 parent f4d89a4 commit 994cc06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Test extends Base_Command {
5050

5151
$post = get_post( $post_id );
5252

53-
$post->post_title = $post->post_title . ' x';
53+
$post->post_title = $post->post_title . ' x';
5454

5555
\WP_CLI::line($post_id . '. ' . $post->post_title . ' (' . $post->ID . ')' );
5656

@@ -81,4 +81,4 @@ Other posiblities:
8181
wp test run --post_type=accommodation --taxonomy=region --term=france
8282
```
8383

84-
Or any other `WP_Query` argument
84+
Or any other `WP_Query` argument

0 commit comments

Comments
 (0)