WordPress.org

Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#5690 closed defect (bug) (fixed)

Admins are subjected to comment flood checking

Reported by: Speedboxer Owned by: anonymous
Priority: lowest Milestone: 2.5
Component: General Version:
Severity: trivial Keywords: has-patch
Cc:

Description

Currently, when an Admin posts a comment, it's still subjected to the comment flood check, so if they're posting comments too quickly, they'll get the "You are posting comments too quickly. Slow down." error.

I think that Admins should be bypassed of this error.

Attachments (1)

5690.diff (1.5 KB) - added by Speedboxer 5 years ago.
Don't check for comment flooding if the User is an Admin (manage_options_

Download all attachments as: .zip

Change History (6)

Speedboxer5 years ago

Don't check for comment flooding if the User is an Admin (manage_options_

comment:1 Speedboxer5 years ago

  • Keywords has-patch added
  • Version 2.5 deleted

comment:2 westi5 years ago

  • Milestone 2.5 deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Not convinced manage_options is the right trigger for this change or that it is really necessary.

I think it might be better just to write a plugin which filters on comment_flood_filter and returns false for the users you want to allow fast commenting to.

comment:3 Speedboxer5 years ago

This was fixed in [7425].

comment:4 Nazgul5 years ago

  • Resolution wontfix deleted
  • Status changed from closed to reopened

comment:5 Nazgul5 years ago

  • Milestone set to 2.5
  • Resolution set to fixed
  • Status changed from reopened to closed
Note: See TracTickets for help on using tickets.