Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#17167 closed enhancement (duplicate)

require() path consistency

Reported by: niallkennedy Owned by:
Priority: normal Milestone:
Component: General Version:
Severity: minor Keywords: has-patch
Cc: Focuses:

Description

I see relative require paths built as both './wp-load.php' and dirname( __FILE__ ) . '/wp-load.php' inside PHP files at the project root. Pick one for consistency?

Attached is a patch for wp-activate showing an example of the two path references within a few lines of each other.

Attachments (1)

wp-activate.diff (453 bytes ) - added by niallkennedy 15 years ago.
two types of require paths

Download all attachments as: .zip

Change History (2)

@niallkennedy
15 years ago

two types of require paths

#1 @duck_
15 years ago

  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed

Duplicate of #17092

Note: See TracTickets for help on using tickets.