Opened 10 years ago
Closed 9 years ago
#23505 closed enhancement (fixed)
Some files still have closing PHP tags
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.0 | Priority: | lowest |
Severity: | trivial | Version: | 3.4 |
Component: | Bootstrap/Load | Keywords: | has-patch |
Focuses: | Cc: |
Description
[19712] removed EOF ?>
from nearly all the files, including wp-content/index.php
:
http://core.trac.wordpress.org/browser/tags/3.5.1/wp-content/index.php
In a couple of files, however, it's still there, which doesn't seem intentional:
http://core.trac.wordpress.org/browser/tags/3.5.1/wp-content/plugins/index.php
http://core.trac.wordpress.org/browser/tags/3.5.1/wp-content/themes/index.php
We should probably make the same change there for consistency.
Attachments (2)
Change History (13)
#3
@
10 years ago
A lot of those wp-admin/includes are 3rd party libraries, so upstream changes on those are preferred.
#6
@
10 years ago
- Version changed from 2.8 to 3.4
[19712] was for 3.4, so it's the earliest applicable version here.
Note: See
TracTickets for help on using
tickets.
Removed closing ?> tags from mentioned files.