Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#13585 closed defect (bug) (fixed)

Relax unexpected output check when activating plugins

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

Description

The unexpected output check introduced in #12089 is catching more plugins than we though it would and often catches output that occurs only during activation and not during regular runs. For 3.0, let's relax the requirement to a warning and do a better job of letting plugin authors know about it before making it a requirement again.

Attachments (1)

13585.diff (1.9 KB) - added by ryan 15 years ago.

Download all attachments as: .zip

Change History (2)

@ryan
15 years ago

#1 @ryan
15 years ago

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

(In [15017]) Allow plugin activation even if plugin generates extra output. Make warning more informative. fixes #13585

Note: See TracTickets for help on using tickets.