/home/desid573/public_html/magicride.ng/wp-content/themes/twentyfifteen/inc
NameSizeModeActions
back-compat.php21650644editdlrm
custom-header.php94310644editdlrm
customizer.php214610644editdlrm
template-tags.php83510644editdlrm
Edit: /home/desid573/public_html/magicride.ng/wp-content/themes/twentyfifteen/inc/back-compat.php (2165B)

%s

', $message ); } /** * Prevent the Customizer from being loaded on WordPress versions prior to 4.1. * * @since Twenty Fifteen 1.0 */ function twentyfifteen_customize() { wp_die( sprintf( __( 'Twenty Fifteen requires at least WordPress version 4.1. You are running version %s. Please upgrade and try again.', 'twentyfifteen' ), $GLOBALS['wp_version'] ), '', array( 'back_link' => true, ) ); } add_action( 'load-customize.php', 'twentyfifteen_customize' ); /** * Prevent the Theme Preview from being loaded on WordPress versions prior to 4.1. * * @since Twenty Fifteen 1.0 */ function twentyfifteen_preview() { if ( isset( $_GET['preview'] ) ) { wp_die( sprintf( __( 'Twenty Fifteen requires at least WordPress version 4.1. You are running version %s. Please upgrade and try again.', 'twentyfifteen' ), $GLOBALS['wp_version'] ) ); } } add_action( 'template_redirect', 'twentyfifteen_preview' );