Changeset 30103
- Timestamp:
- 10/29/2014 10:51:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r30099 r30103 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', '<' ) ) { 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.