adding header image support

This commit is contained in:
Vladimir Vassilev 2015-04-19 14:42:04 +03:00 committed by Openfest
parent 2477b9047d
commit 65d8302252
1 changed files with 4 additions and 3 deletions

View File

@ -337,6 +337,7 @@ if (function_exists("pll_register_string")) {
pll_register_string('hall5','Бургас'); pll_register_string('hall5','Бургас');
} }
$wp_customize->add_section( 'header_image' , array(
?> 'title' => __( 'Header image', 'initfest' ),
'priority' => 30,
) );