summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-06-08 10:05:32 -0400
committerAnthony G. Basile <blueness@gentoo.org>2018-06-08 10:05:32 -0400
commit302b760bd00e82d9f5a8cef4ba821c1759a6601b (patch)
treeb128712347390937b10066e55745bdac5dfb638c /themes/twentyfourteen/inc/back-compat.php
parentUpdate jetpack 6.0 (diff)
downloadblogs-gentoo-302b760bd00e82d9f5a8cef4ba821c1759a6601b.tar.gz
blogs-gentoo-302b760bd00e82d9f5a8cef4ba821c1759a6601b.tar.bz2
blogs-gentoo-302b760bd00e82d9f5a8cef4ba821c1759a6601b.zip
Update twentyfourteen 2.2
Diffstat (limited to 'themes/twentyfourteen/inc/back-compat.php')
-rw-r--r--themes/twentyfourteen/inc/back-compat.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/themes/twentyfourteen/inc/back-compat.php b/themes/twentyfourteen/inc/back-compat.php
index c184d912..3943aeef 100644
--- a/themes/twentyfourteen/inc/back-compat.php
+++ b/themes/twentyfourteen/inc/back-compat.php
@@ -44,9 +44,11 @@ function twentyfourteen_upgrade_notice() {
* @since Twenty Fourteen 1.0
*/
function twentyfourteen_customize() {
- wp_die( sprintf( __( 'Twenty Fourteen requires at least WordPress version 3.6. You are running version %s. Please upgrade and try again.', 'twentyfourteen' ), $GLOBALS['wp_version'] ), '', array(
- 'back_link' => true,
- ) );
+ wp_die(
+ sprintf( __( 'Twenty Fourteen requires at least WordPress version 3.6. You are running version %s. Please upgrade and try again.', 'twentyfourteen' ), $GLOBALS['wp_version'] ), '', array(
+ 'back_link' => true,
+ )
+ );
}
add_action( 'load-customize.php', 'twentyfourteen_customize' );