Opened 12 years ago
Closed 12 years ago
#30574 closed task (blessed) (wontfix)
Twenty Fifteen: Stop activation below 4.1
| Reported by: | iamtakashi | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Bundled Theme | Version: | 4.1 |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | Focuses: |
Description
We need to change the version number for the following check.
if ( version_compare( $GLOBALS['wp_version'], '4.1-alpha', '<' ) ) {
require get_template_directory() . '/inc/back-compat.php';
}
Change History (5)
#3
in reply to: ↑ 2
@
12 years ago
- Severity blocker → normal
Replying to SergeyBiryukov:
FWIW, we didn't change it in Twenty Thirteen.
Oh, good catch. Thanks. Reducing the severity here.
#5
in reply to: ↑ 4
@
12 years ago
- Milestone 4.1
- Resolution → wontfix
- Status new → closed
Replying to iamtakashi:
Oh, that's good to know. It was no need for this then.
In that case, wontfix.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
FWIW, we didn't change it in Twenty Thirteen.