Make WordPress Core

Ticket #46017: 46017.patch

File 46017.patch, 360 bytes (added by itzmekhokan, 6 years ago)

The "All" and "Approved" commemts counts updated values comes from edit-comments.js.

  • edit-comments.js

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