Make WordPress Core

Ticket #46017: edit-comments.diff

File edit-comments.diff, 360 bytes (added by itzmekhokan, 6 years ago)
  • edit-comments.js

     
    852852                        } else {
    853853                                updateApproved( 1, r.supplemental.parent_post_id );
    854854                                updateCountText( 'span.all-count', 1 );
     855                                updateCountText( 'span.mine-count', 1 );
    855856                        }
    856857                }
    857858