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:
parent
045f93f3b2
commit
43016b8948
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue