wp/wp-content/themes/twentythirteen/inc/back-compat.php
changeset 10 372f2766ea20
parent 7 cf61fcea0001
--- a/wp/wp-content/themes/twentythirteen/inc/back-compat.php	Mon Oct 14 18:28:13 2019 +0200
+++ b/wp/wp-content/themes/twentythirteen/inc/back-compat.php	Mon Oct 14 18:30:03 2019 +0200
@@ -45,7 +45,9 @@
  */
 function twentythirteen_customize() {
 	wp_die(
-		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(
+		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(
 			'back_link' => true,
 		)
 	);