Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#11309 closed enhancement (wontfix)

Standardize parentheses around require/include statements

Reported by: nacin's profile nacin Owned by:
Milestone: Priority: low
Severity: trivial Version:
Component: General Keywords: dev-feedback
Focuses: Cc:

Description

99.9% of the time, require and include (and *_once) statements don't need parentheses.

All but about 10 instances, these statements use parenthesis. We should either remove all of them (personally, less parentheses is always good) or make it a coding standard to always have them, and add them to the remaining instances.

Change History (2)

#1 @johnbillion
14 years ago

  • Priority changed from normal to low
  • Resolution set to wontfix
  • Severity changed from normal to trivial
  • Status changed from new to closed
  • Type changed from defect (bug) to enhancement

Cleaning out a few tickets. Unless this is going to be patched there's no point in leaving the ticket hanging around open.

#2 @nacin
14 years ago

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