Make WordPress Core

Opened 17 years ago

Closed 16 years ago

Last modified 16 years ago

#11309 closed enhancement (wontfix)

Standardize parentheses around require/include statements

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

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
16 years ago

  • Priority normallow
  • Resolutionwontfix
  • Severity normaltrivial
  • Status newclosed
  • Type defect (bug)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
16 years ago

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