Opened 10 years ago
Closed 10 years ago
#36938 closed defect (bug) (fixed)
Remove number format debug code left in Comments list table `get_views()` method
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.6 | Priority: | normal |
| Severity: | minor | Version: | |
| Component: | Comments | Keywords: | good-first-bug has-patch |
| Focuses: | Cc: |
Description (last modified by )
Originally introduced in [9556] and leftover from [15578]. https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/class-wp-comments-list-table.php#L203
//, number_format_i18n($num_comments->moderated) ), "<span class='comment-count'>" . number_format_i18n($num_comments->moderated) . "</span>"),
//, number_format_i18n($num_comments->spam) ), "<span class='spam-comment-count'>" . number_format_i18n($num_comments->spam) . "</span>")
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 37624: