Skip to content

Commit

Permalink
increase stylesheet version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck committed Mar 20, 2024
1 parent fc3e377 commit c9754de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function links_wien_theme_widgets_init() {
* Increase the version every time there are changes to these to bust the cache.
*/
function links_wien_theme_scripts() {
wp_enqueue_style( 'links-wien-theme-style', get_stylesheet_uri(), array(), '13');
wp_enqueue_style( 'links-wien-theme-style', get_stylesheet_uri(), array(), '14');

wp_enqueue_script( 'links-wien-theme-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '2', true );

Expand Down

0 comments on commit c9754de

Please sign in to comment.