{"id":14137034,"date":"2021-03-05T04:19:12","date_gmt":"2021-03-05T04:19:12","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/newer-version-on-github\/"},"modified":"2021-03-05T04:19:12","modified_gmt":"2021-03-05T04:19:12","slug":"newer-version-on-github","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/newer-version-on-github\/","title":{"rendered":"Newer version on GitHub"},"content":{"rendered":"<p>When I was looking around GitHub (https:\/\/github.com\/openlab-at-city-tech\/wp-grade-comments), I noticed a change of wp-grade-comments.php, which is about &#8220;Comment authors should see private replies&#8221; updated 7 months ago (Last updated here is 1 year ago.)<\/p>\n<p>I compare the code here. Indeed missing the code:<\/p>\n<p>\/\/ Comment authors should see private replies.<\/p>\n<p>if ( ! empty( $private_comment-&gt;comment_parent ) ) {<br \/>\n$parent_id = (int) $private_comment-&gt;comment_parent;<br \/>\n$parent_comment = get_comment( $parent_id );<\/p>\n<p>        if ( $user_id == $parent_comment-&gt;user_id ) {<br \/>\n            continue;<br \/>\n        }<br \/>\n    }`<\/p>\n","protected":false},"template":"","class_list":["post-14137034","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/14137034","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/14137034\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=14137034"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}