Changeset 23837 for trunk/wp-content/themes/twentythirteen/functions.php
- Timestamp:
- 03/28/2013 06:45:56 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/functions.php
r23816 r23837 597 597 * Adds back compat handling for WP versions pre-3.6. 598 598 */ 599 require( get_template_directory() . '/inc/back-compat.php' ); 599 if ( version_compare( $GLOBALS['wp_version'], '3.6-alpha', '<' ) ) 600 require( get_template_directory() . '/inc/back-compat.php' );
Note: See TracChangeset
for help on using the changeset viewer.