Opened 18 years ago
Closed 18 years ago
#7127 closed defect (bug) (fixed)
Misguided PHPdoc comment in wp-load.php
| Reported by: | sambauers | Owned by: | hansengel |
|---|---|---|---|
| Priority: | low | Milestone: | 2.6 |
| Component: | General | Version: | 2.6 |
| Severity: | minor | Keywords: | phpdoc has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [8076]) Update phpdoc comment for wp-load.php. Props sambauers and hansengel. fixes #7127