Making WordPress.org

Opened 3 months ago

Closed 3 months ago

#8148 closed defect (bug) (fixed)

Notes displayed in comment admin of P2s.

Reported by: peterwilsoncc's profile peterwilsoncc 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?

Change History (1)

#1 @dd32
3 months ago

  • Resolution set to fixed
  • Status changed from new to closed

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_comment not note.

I've checked all sites and migrated the block_comment comments to note and it's no longer showing up here.

Note: See TracTickets for help on using tickets.