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
This commit is contained in:
Andrew Nacin 2013-08-26 19:29:09 +00:00
parent 045f93f3b2
commit 43016b8948
1 changed files with 1 additions and 1 deletions

View File

@ -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.