Opened 17 years ago
Closed 17 years ago
#9204 closed defect (bug) (fixed)
Unnecessary PHP version check
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.7.2 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | php version version_compare phpversion has-patch |
| Focuses: | Cc: |
Description
status_header() has a conditional statement based on PHP's being at least version 4.3.0, but 4.3.0 is the minimum required for WordPress.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [10617]) Remove version check against PHP 4.3.0 as this is the minimum version for WordPress. Fixes #9204 for trunk prop filosofo