File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments