From 43016b894856a1599ada49dc49be5cb2934155ae Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 26 Aug 2013 19:29:09 +0000 Subject: [PATCH] Twenty Thirteen: Ensure custom headers are set up after the localization is initialized. props pavelevap. fixes #24943. Built from https://develop.svn.wordpress.org/trunk@25129 git-svn-id: http://core.svn.wordpress.org/trunk@25109 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/inc/custom-header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentythirteen/inc/custom-header.php b/wp-content/themes/twentythirteen/inc/custom-header.php index a835061f79..7bc90523da 100644 --- a/wp-content/themes/twentythirteen/inc/custom-header.php +++ b/wp-content/themes/twentythirteen/inc/custom-header.php @@ -59,7 +59,7 @@ function twentythirteen_custom_header_setup() { ), ) ); } -add_action( 'after_setup_theme', 'twentythirteen_custom_header_setup' ); +add_action( 'after_setup_theme', 'twentythirteen_custom_header_setup', 11 ); /** * Loads our special font CSS files.