Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#11513 closed enhancement (invalid)

Akistmet injects 40 elements in $comment_data array

Reported by: petervanderdoes's profile petervanderdoes Owned by: westi's profile westi
Milestone: Priority: normal
Severity: normal Version: 2.9
Component: Plugins Keywords:
Focuses: Cc:

Description

I'm not sure if I can file this here, if not I apologize.

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)

injection_removal.diff (787 bytes) - added by petervanderdoes 15 years ago.

Download all attachments as: .zip

Change History (6)

#1 @hakre
15 years ago

  • Keywords reporter-feedback added

Please use the plugin repository trac to report bugs of akismet. Just select the component akismet to do so.

#2 @hakre
15 years ago

  • Keywords has-patch reporter-feedback removed
  • Resolution set to wontfix
  • Status changed from new to closed

Reference: Plugin Repository Ticket: Akistmet injects 40 elements in $comment_data array

Close this here for now. Please use the above link for comments.

#3 @hakre
15 years ago

  • Resolution wontfix deleted
  • Status changed from closed to reopened

#4 @hakre
15 years ago

  • Resolution set to invalid
  • Status changed from reopened to closed

#5 @nacin
15 years ago

  • Milestone Unassigned deleted
Note: See TracTickets for help on using tickets.