Skip to content

Commit

Permalink
Merge pull request #250 from level-level/Fix/comment_for_get_comments…
Browse files Browse the repository at this point in the history
…_function

Fix comment description for get_comments function.
  • Loading branch information
menno-ll authored Oct 12, 2022
2 parents 24e973a + 7a04480 commit 8abe8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WordPress_Object/Clarkson_Object.php
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ public function has_term( $term ) {
}

/**
* Get the comments created by this user.
* Get the comments created for this post.
*
* Explicitly does not get comments via the Clarkson_Comment::get_many() function,
* as this would result in only returning comments of type comment.
Expand Down

0 comments on commit 8abe8c8

Please sign in to comment.