Skip to content

Commit 71c790c

Browse files
committed
Fix incorrect line endings
1 parent dae3d93 commit 71c790c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Comment_Command.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)