adding header image support

This commit is contained in:
Vladimir Vassilev 2015-04-19 14:42:04 +03:00
parent 2477b9047d
commit 2a8688a7e5
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','Бургас');
}
?>
$wp_customize->add_section( 'header_image' , array(
'title' => __( 'Header image', 'initfest' ),
'priority' => 30,
) );