#1427 closed defect (bug) (fixed)
Import files should always use require_once()
| Reported by: | chuyskywalker | Owned by: | markjaquith |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Administration | Version: | 1.5.1.1 |
| Severity: | normal | Keywords: | import require plugin bg|has-patch bg|commit |
| Cc: | Focuses: |
Description
Some of the import files use require, while others use require_once. They should all be changed to require_once because if a plugin loads one of the files (as mine does one) then it conflicts and issues errors.
A diff (run agains the wp-admin folder) is attached.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
diff against wp-admin to fix up all the require's to require_once's