Opened 3 months ago
Closed 3 months ago
#8148 closed defect (bug) (fixed)
Notes displayed in comment admin of P2s.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Make (Get Involved) / P2 | Keywords: | |
| Cc: |
Description
In the Make P2s, notes are showing in the pending comments section of the dashboard, ie at /wp-admin/edit-comments.php?comment_status=moderated.
In WordPress Core these are excluded from the comments page so I am guessing that there is a filter in place in the P2 themes that is reintroducing the notes to the comment moderation screen.
It would be most helpful if these could be hidden.
Note: I haven't tested what happens if a note is approved in the dashboard to see if it would appear on the front end. Could someone with a development environment test if they show?
Note: See
TracTickets for help on using
tickets.
This was actually because the comments were made prior to the final version of the notes code was running on w.org:
https://github.com/WordPress/gutenberg/pull/72310
As such, the comments in the DB (And displayed on the comments admin) were
comment_type = block_commentnotnote.I've checked all sites and migrated the
block_commentcomments tonoteand it's no longer showing up here.