Opened 16 years ago
Closed 16 years ago
#7127 closed defect (bug) (fixed)
Misguided PHPdoc comment in wp-load.php
Reported by: | sambauers | Owned by: | hansengel |
---|---|---|---|
Milestone: | 2.6 | Priority: | low |
Severity: | minor | Version: | 2.6 |
Component: | General | Keywords: | phpdoc has-patch |
Focuses: | Cc: |
Description
The follow paragraph in the PHPdoc comment in wp-load.php is incorrect:
* Also made to work in the wp-admin/ folder, because it * will look in the parent directory if the file is not * found in the current directory.
That is not the purpose of the routine which searches for wp-config.php in the parent directory, It should be removed or rewritten something like:
* Will also search for wp-config.php in WordPress' * parent directory to allow the WordPress directory * to remain untouched.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [8076]) Update phpdoc comment for wp-load.php. Props sambauers and hansengel. fixes #7127