FIX: Correction chevauchement menu latéral/contenu - v1.6.0

This commit is contained in:
2025-10-08 20:36:36 +00:00
parent e0e11a5c0c
commit 7c4ebd8690
3 changed files with 15 additions and 6 deletions
-1
View File
@@ -11,7 +11,6 @@ function wp_theme_sen2_setup() {
add_theme_support('post-thumbnails');
add_theme_support('title-tag');
add_theme_support('automatic-feed-links');
add_theme_support('html5', array('search-form', 'comment-form', 'comment-list', 'gallery', 'caption'));
}
add_action('after_setup_theme', 'wp_theme_sen2_setup');