wp/wp-content/themes/twentythirteen/inc/back-compat.php
changeset 10 372f2766ea20
parent 7 cf61fcea0001
equal deleted inserted replaced
9:177826044cd9 10:372f2766ea20
    43  *
    43  *
    44  * @since Twenty Thirteen 1.0
    44  * @since Twenty Thirteen 1.0
    45  */
    45  */
    46 function twentythirteen_customize() {
    46 function twentythirteen_customize() {
    47 	wp_die(
    47 	wp_die(
    48 		sprintf( __( 'Twenty Thirteen requires at least WordPress version 3.6. You are running version %s. Please upgrade and try again.', 'twentythirteen' ), $GLOBALS['wp_version'] ), '', array(
    48 		sprintf( __( 'Twenty Thirteen requires at least WordPress version 3.6. You are running version %s. Please upgrade and try again.', 'twentythirteen' ), $GLOBALS['wp_version'] ),
       
    49 		'',
       
    50 		array(
    49 			'back_link' => true,
    51 			'back_link' => true,
    50 		)
    52 		)
    51 	);
    53 	);
    52 }
    54 }
    53 add_action( 'load-customize.php', 'twentythirteen_customize' );
    55 add_action( 'load-customize.php', 'twentythirteen_customize' );