wp-content/themes/twentyseventeen/inc/back-compat.php:38Adds a message for unsuccessful theme switch.
function twentyseventeen_upgrade_notice() { printf( '<div class="error"><p>%s</p></div>', sprintf( /* translators: %s: The current WordPress version. */ __( 'Twenty Seventeen requires at least WordPress version 4.7. You are running version %s. Please upgrade and try again.', 'twentyseventeen' ), $GLOBALS['wp_version'] ) );}Introduced in Twenty Seventeen 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/twentyseventeen/inc/back-compat.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.