Skip to content

Commit ffe42d6

Browse files
committed
Fix Block comment
1 parent 401cc41 commit ffe42d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

features/post-create-duplicate.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Feature: Create Duplicate WordPress post from existing posts.
1515

1616
When I run `wp post term add {POST_ID} post_tag {TAG_ID} --by=id`
1717
Then STDOUT should contain:
18-
"""*
18+
"""
1919
Success: Added term.
2020
"""
2121

src/Post_Command.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ private function get_category_ids( $arg ) {
829829
/**
830830
* Get post metadata.
831831
*
832-
* @param $post_id id of the post.
832+
* @param $post_id ID of the post.
833833
*
834834
* @return array
835835
*/
@@ -849,7 +849,7 @@ private function get_metadata( $post_id ) {
849849
/**
850850
* Get Categories of a post.
851851
*
852-
* @param $post_id postid of the post.
852+
* @param $post_id ID of the post.
853853
*
854854
* @return array
855855
*/
@@ -866,7 +866,7 @@ private function get_category( $post_id ) {
866866
/**
867867
* Get Tags of a post.
868868
*
869-
* @param $post_id postid of the post.
869+
* @param $post_id ID of the post.
870870
*
871871
* @return array
872872
*/

0 commit comments

Comments
 (0)