- Timestamp:
- 03/27/2013 08:36:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/inc/back-compat.php
r23816 r23825 5 5 */ 6 6 function twentythirteen_switch_theme( $theme_name, $theme ) { 7 if ( version_compare( $GLOBALS['wp_version'], '3.6 ', '>=' ) )7 if ( version_compare( $GLOBALS['wp_version'], '3.6-alpha', '>=' ) ) 8 8 return; 9 9
Note: See TracChangeset
for help on using the changeset viewer.