Changeset 30099
- Timestamp:
- 10/29/2014 10:13:14 PM (10 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfifteen
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r30097 r30099 33 33 if ( ! isset( $content_width ) ) { 34 34 $content_width = 660; 35 } 36 37 /** 38 * Twenty Fifteen only works in WordPress 4.1 or later. 39 */ 40 if ( version_compare( $GLOBALS['wp_version'], '4.1', '<' ) ) { 41 require get_template_directory() . '/inc/back-compat.php'; 35 42 } 36 43
Note: See TracChangeset
for help on using the changeset viewer.