Title: Newer version on GitHub
Last modified: March 5, 2021

---

# Newer version on GitHub

 *  [debra15](https://wordpress.org/support/users/debra15/)
 * (@debra15)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/newer-version-on-github/)
 * When I was looking around GitHub ([https://github.com/openlab-at-city-tech/wp-grade-comments](https://github.com/openlab-at-city-tech/wp-grade-comments)),
   I noticed a change of wp-grade-comments.php, which is about “Comment authors 
   should see private replies” updated 7 months ago (Last updated here is 1 year
   ago.)
 * I compare the code here. Indeed missing the code:
 * // Comment authors should see private replies.
 * if ( ! empty( $private_comment->comment_parent ) ) {
    $parent_id = (int) $private_comment-
   >comment_parent; $parent_comment = get_comment( $parent_id );
 *  if ( $user_id == $parent_comment->user_id ) {
    continue; } }`

The topic ‘Newer version on GitHub’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-grade-comments_fdfdfd.svg)
 * [WP Grade Comments](https://wordpress.org/plugins/wp-grade-comments/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-grade-comments/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-grade-comments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-grade-comments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-grade-comments/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [debra15](https://wordpress.org/support/users/debra15/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/newer-version-on-github/)
 * Status: not resolved