Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#30574 closed task (blessed) (wontfix)

Twenty Fifteen: Stop activation below 4.1

Reported by: iamtakashi's profile iamtakashi Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.1
Component: Bundled Theme Keywords: needs-patch
Focuses: Cc:

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)

#1 @iandstewart
10 years ago

  • Keywords needs-patch added
  • Severity changed from normal to blocker

#2 follow-up: @SergeyBiryukov
10 years ago

FWIW, we didn't change it in Twenty Thirteen.

#3 in reply to: ↑ 2 @iandstewart
10 years ago

  • Severity changed from blocker to normal

Replying to SergeyBiryukov:

FWIW, we didn't change it in Twenty Thirteen.

Oh, good catch. Thanks. Reducing the severity here.

#4 follow-up: @iamtakashi
10 years ago

Oh, that's good to know. It was no need for this then.

#5 in reply to: ↑ 4 @iandstewart
10 years ago

  • Milestone 4.1 deleted
  • Resolution set to wontfix
  • Status changed from new to 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.