%s

', esc_html__( $message ) ); } /** * Prevent the Theme Preview from being loaded on WordPress versions prior to 4.1. */ function bourboneat_preview() { if ( isset( $_GET['preview'] ) ) { wp_die( sprintf( esc_attr__( 'bourboneat requires at least WordPress version 4.1. You are running version %s. Please upgrade and try again.', 'bourboneat', $GLOBALS['wp_version'] ) ) ); } } add_action( 'template_redirect', 'bourboneat_preview' );