wp-content/themes/twentythirteen/inc/back-compat.php:72Prevent the Theme Preview from being loaded on WordPress versions prior to 3.4.
function twentythirteen_preview() { if ( isset( $_GET['preview'] ) ) { wp_die( sprintf( /* translators: %s: WordPress version. */ __( 'Twenty Thirteen requires at least WordPress version 3.6. You are running version %s. Please upgrade and try again.', 'twentythirteen' ), $GLOBALS['wp_version'] ) ); }}Introduced in Twenty Thirteen 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentythirteen/inc/back-compat.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.