File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ wp comment create [--<field>=<value>] [--porcelain]
150150
151151 # Create a note (WordPress 6.9+).
152152 $ wp comment create --comment_post_ID=15 --comment_content="This block needs revision" --comment_author="editor" --comment_type="note"
153- Success: Created comment 933. *
153+ Success: Created comment 933.
154154
155155
156156
Original file line number Diff line number Diff line change @@ -94,7 +94,8 @@ public function __construct() {
9494 *
9595 * # Create a note (WordPress 6.9+).
9696 * $ wp comment create --comment_post_ID=15 --comment_content="This block needs revision" --comment_author="editor" --comment_type="note"
97- * Success: Created comment 933. *
97+ * Success: Created comment 933.
98+ *
9899 * @param string[] $args Positional arguments. Unused.
99100 * @param array<string, mixed> $assoc_args Associative arguments.
100101 */
You can’t perform that action at this time.
0 commit comments