We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a7e08 commit 1293380Copy full SHA for 1293380
includes/functions.php
@@ -620,7 +620,7 @@ function is_json( $data ) {
620
}
621
622
/**
623
- * Check whther a blog is public based on the `blog_public` option.
+ * Check whether a blog is public based on the `blog_public` option.
624
*
625
* @return bool True if public, false if not
626
*/
@@ -1071,7 +1071,7 @@ function ( $enclosure ) {
1071
1072
* @param int|\WP_Comment $comment Comment ID or comment object.
1073
1074
- * @return \WP_Comment[] Array of ancestor comments or empty array if there are none.
+ * @return int[] Array of ancestor IDs.
1075
1076
function get_comment_ancestors( $comment ) {
1077
$comment = \get_comment( $comment );
0 commit comments