We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d89a4 commit 994cc06Copy full SHA for 994cc06
1 file changed
readme.md
@@ -50,7 +50,7 @@ class Test extends Base_Command {
50
51
$post = get_post( $post_id );
52
53
- $post->post_title = $post->post_title . ' x';
+ $post->post_title = $post->post_title . ' x';
54
55
\WP_CLI::line($post_id . '. ' . $post->post_title . ' (' . $post->ID . ')' );
56
@@ -81,4 +81,4 @@ Other posiblities:
81
wp test run --post_type=accommodation --taxonomy=region --term=france
82
```
83
84
-Or any other `WP_Query` argument
+Or any other `WP_Query` argument
0 commit comments