Opened 10 years ago
Closed 10 years ago
#33403 closed defect (bug) (fixed)
Total comment count does not update when adding comment/reply after ajax to reply.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.4 | Priority: | low |
| Severity: | minor | Version: | 3.1 |
| Component: | Comments | Keywords: | has-patch |
| Focuses: | javascript, administration | Cc: |
Description
Visit wp-admin/edit-comments.php and click "Reply" on any comment. After submitting the reply the comment list will update but "xx Items" will not.
The total comment could is expected to increment by 1.
Attachments (2)
Change History (10)
#1
@
10 years ago
- Focuses javascript administration added
- Keywords needs-patch added
- Milestone changed from Awaiting Review to Future Release
- Priority changed from normal to low
- Severity changed from normal to minor
- Version changed from trunk to 3.1
#3
@
10 years ago
Sure. I will try to get to it this weekend if a viable patch has not been submitted by then.
#4
@
10 years ago
Just added patch that adds supplemental.total_items_i18n to the return of replyto-comment action.
Note: See
TracTickets for help on using
tickets.
@justingreerbbi would you like to submit a patch for this?