Opened 3 years ago
Closed 3 years ago
#1053 closed enhancement (fixed)
Akistmet injects 40 elements in $comment_data array
| Reported by: | petervanderdoes | Owned by: | matt |
|---|---|---|---|
| Priority: | normal | Component: | akismet |
| Severity: | normal | Keywords: | has-patch, akismet-2.4 |
| Cc: |
Description
Akismet injects 40 elements into the $commendata array and those elements are returned into the core.
As far as I know there is no need for these elements to be returned.
More info: Function is called during action: add_action('preprocess_comment', 'akismet_auto_check_comment', 1);
Attachments (1)
Change History (4)
Changed 3 years ago by petervanderdoes
comment:1 Changed 3 years ago by hakre
comment:2 Changed 3 years ago by tellyworth
- Keywords akismet-2.4 added
comment:3 Changed 3 years ago by josephscott
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Referenced: Ticket 11513 WordPress Trac