updated theme Twenty Nineteen
version 1.8
This commit is contained in:
@ -76,6 +76,7 @@ if ( ! function_exists( 'twentynineteen_setup' ) ) :
|
||||
'caption',
|
||||
'script',
|
||||
'style',
|
||||
'navigation-widgets',
|
||||
)
|
||||
);
|
||||
|
||||
@ -174,6 +175,9 @@ if ( ! function_exists( 'twentynineteen_setup' ) ) :
|
||||
|
||||
// Add support for responsive embedded content.
|
||||
add_theme_support( 'responsive-embeds' );
|
||||
|
||||
// Add support for custom line height.
|
||||
add_theme_support( 'custom-line-height' );
|
||||
}
|
||||
endif;
|
||||
add_action( 'after_setup_theme', 'twentynineteen_setup' );
|
||||
@ -328,3 +332,8 @@ require get_template_directory() . '/inc/template-tags.php';
|
||||
* Customizer additions.
|
||||
*/
|
||||
require get_template_directory() . '/inc/customizer.php';
|
||||
|
||||
/**
|
||||
* Block Patterns.
|
||||
*/
|
||||
require get_template_directory() . '/inc/block-patterns.php';
|
||||
|
Reference in New Issue
Block a user