Changeset 23838
- Timestamp:
- 03/28/2013 06:53:45 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/inc/back-compat.php
r23837 r23838 1 1 <?php 2 2 /** 3 * Prevents Twenty Thirteen from running on WordPress versions prior to 3.6.3 * Twenty Thirteen back compat functionality. 4 4 * 5 * Twenty Thirteen is not meant to be backwards compatible, since it relies on 6 * a lot of new functions and markup changes that were introduced in 3.6. 5 * Prevents Twenty Thirteen from running on WordPress versions prior to 3.6, 6 * since this theme is not meant to be backwards compatible and relies on 7 * many new functions and markup changes introduced in 3.6. 7 8 * 8 9 * @package WordPress
Note: See TracChangeset
for help on using the changeset viewer.