[wp-trac] [WordPress Trac] #30574: Twenty Fifteen: Stop activation below 4.1

WordPress Trac noreply at wordpress.org
Tue Dec 2 15:51:22 UTC 2014


#30574: Twenty Fifteen: Stop activation below 4.1
----------------------------+-------------------
 Reporter:  iamtakashi      |      Owner:
     Type:  task (blessed)  |     Status:  new
 Priority:  normal          |  Milestone:  4.1
Component:  Bundled Theme   |    Version:  trunk
 Severity:  normal          |   Keywords:
  Focuses:                  |
----------------------------+-------------------
 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';
 }
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/30574>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list