[wp-trac] [WordPress Trac] #17092: use dirname(__file__).'/file.php' instead of './file' for includes
WordPress Trac
wp-trac at lists.automattic.com
Mon Apr 11 00:53:32 UTC 2011
#17092: use dirname(__file__).'/file.php' instead of './file' for includes
-----------------------------------+------------------------------
Reporter: ketwaroo | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.1.1
Severity: minor | Resolution:
Keywords: has-patch 2nd-opinion |
-----------------------------------+------------------------------
Comment (by dd32):
> We absolutely should not be doing dirname( __FILE__ ) for every include,
include_once, require, require_once.
No we shouldn't. It should only be used before ABSPATH is defined. so
files in the loading process.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17092#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list