[wp-trac] [WordPress Trac] #20977: Add Dynamic Comment Statuses
WordPress Trac
noreply at wordpress.org
Mon May 9 20:45:49 UTC 2016
#20977: Add Dynamic Comment Statuses
--------------------------------------+-----------------------------
Reporter: supercleanse | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Comments | Version: 3.4
Severity: normal | Resolution:
Keywords: needs-patch dev-feedback | Focuses:
--------------------------------------+-----------------------------
Changes (by rachelbaker):
* milestone: Awaiting Review => Future Release
Comment:
We don't really have a `comment_status` column in the database. We *DO*
have `comment_approved` which have a value of: `1`, `0`, `spam` or `trash`
(check out those amazing mixed types!).
I want to understand the different use-cases for custom comment statuses.
That would make it easier to know if we should solve this by adding a
filter or two OR we need to add registration functions and handle more
like custom `post_status`.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/20977#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list