Skip to content

Commit

Permalink
Merge pull request #465 from ernilambar/fix-comment-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Feb 13, 2024
2 parents 50e781e + fe4bb9e commit 9ffed77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Comment_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
* $ wp comment delete 1337 --force
* Success: Deleted comment 1337.
*
* # Delete all spam comments.
* # Trash all spam comments.
* $ wp comment delete $(wp comment list --status=spam --format=ids)
* Success: Deleted comment 264.
* Success: Deleted comment 262.
* Success: Trashed comment 264.
* Success: Trashed comment 262.
*
* @package wp-cli
*/
Expand Down

0 comments on commit 9ffed77

Please sign in to comment.