Opened 18 years ago
Closed 18 years ago
#8621 closed defect (bug) (wontfix)
script-loader php finish tag
| Reported by: | necronomicon | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
script-loader.php
dont closed php tag "?>"
row "448
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The PHP closing tag is optional. A few of the WordPress files do not include the closing tag.. Some projects have standardised on not including it, as it prevents empty lines at the end of files causing errors. I dont think WordPress standards specify it eitherway..