We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e76875 commit 7bba2d0Copy full SHA for 7bba2d0
src/Post_Command.php
@@ -567,17 +567,18 @@ public function list_( $_, $assoc_args ) {
567
* ---
568
* default: publish
569
570
+ *
571
+ * [--post_title=<post_title>]
572
+ * : The post title.
573
+ * ---
574
+ * default:
575
576
*
577
* [--post_author=<login>]
578
* : The author of the generated posts.
579
580
* default:
581
- * [--post_title=<post_title>]
- * : The post title.
- * ---
- * default:
582
583
* [--post_date=<yyyy-mm-dd-hh-ii-ss>]
584
* : The date of the generated posts. Default: current date
0 commit comments