[wp-trac] [WordPress Trac] #43440: Add personal data from comments to personal data export
WordPress Trac
noreply at wordpress.org
Wed Mar 28 19:09:34 UTC 2018
#43440: Add personal data from comments to personal data export
------------------------------+-----------------------
Reporter: azaozz | Owner: azaozz
Type: enhancement | Status: reopened
Priority: normal | Milestone: 5.0
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: gdpr needs-patch | Focuses:
------------------------------+-----------------------
Changes (by ocean90):
* keywords: gdpr has-patch 2nd-opinion => gdpr needs-patch
* status: closed => reopened
* resolution: fixed =>
Comment:
[42888] has a few issues which need to be addressed:
* The `@since` tag is missing for the new functions.
* `@param` and `@return` shouldn't be aligned.
* Comments should end with a period.
* Multi-line comments should start with a `/*`.
* "Comment Agent" should be "Comment Author User Agent".
* `trim( strtolower( $email_address ) )` should be `strtolower( trim(
$email_address ) )`, `strtolower()` doesn't produce whitespace characters.
* After the `switch` keyword should be a whitespace.
* In associative arrays with more than one item each item should start on
a new line.
* For variable property names we usually use curly braces, so
`$comment->{$key};`.
* It doesn't seem like comment meta are used, can we pass
`update_comment_meta_cache` to `get_comments()`?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43440#comment:20>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list