From fdae6fb0a53c67cff878b6aa8c464c59f6589a3f Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 26 Aug 2013 19:28:50 +0000 Subject: [PATCH] Twenty Thirteen: Ensure custom headers are set up after the localization is initialized. props pavelevap. fixes #24943. git-svn-id: https://develop.svn.wordpress.org/trunk@25129 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentythirteen/inc/custom-header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentythirteen/inc/custom-header.php b/src/wp-content/themes/twentythirteen/inc/custom-header.php index a835061f79..7bc90523da 100644 --- a/src/wp-content/themes/twentythirteen/inc/custom-header.php +++ b/src/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.