Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#7699 closed defect (bug) (fixed)

comment_max_links causes confusion when zero

Reported by: tellyworth's profile tellyworth Owned by:
Milestone: 2.6.2 Priority: normal
Severity: normal Version:
Component: General Keywords:
Focuses: Cc:

Description

  1. go to Settings/Discussion
  1. Uncheck "An administrator must always approve the comment "
  1. Set "Hold a comment in the queue if it contains 0 or more links."
  1. Post a comment

Expected: the comment should not be moderated.

Actual: the comment goes into the moderation queue.

Technically that's not incorrect, but it's confusing - the moderation setting should take precedence and comment_max_links should be ignored if it's zero.

Attachments (1)

comment_max_links_zero-r8812.patch (670 bytes) - added by tellyworth 16 years ago.

Download all attachments as: .zip

Change History (2)

#1 @azaozz
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [8833]) Ignore comment_max_links option when zero, props tellyworth, fixes #7699

Note: See TracTickets for help on using tickets.