Changeset 30116
- Timestamp:
- 10/30/2014 11:56:03 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r30103 r30116 38 38 * Twenty Fifteen only works in WordPress 4.1 or later. 39 39 */ 40 //if ( version_compare( $GLOBALS['wp_version'], '4.1', '<' ) ) {41 //require get_template_directory() . '/inc/back-compat.php';42 //}40 if ( version_compare( $GLOBALS['wp_version'], '4.1-alpha', '<' ) ) { 41 require get_template_directory() . '/inc/back-compat.php'; 42 } 43 43 44 44 if ( ! function_exists( 'twentyfifteen_setup' ) ) :
Note: See TracChangeset
for help on using the changeset viewer.