This commit is contained in:
Michel Roux 2019-11-17 11:47:49 +01:00
parent 44e6afed4a
commit e39176cc0c
2 changed files with 1 additions and 2 deletions

View File

@ -42,4 +42,4 @@ get_header(); ?>
?>
</div><!-- #secondary .widget-area -->
<?php get_footer(); ?>
<?php get_footer(); ?>

View File

@ -6,4 +6,3 @@ function un_superhero_scripts()
}
add_action('wp_enqueue_scripts', 'un_superhero_scripts', 11);