Skip to content

Commit

Permalink
fixup! Update themes/jquery/functions.jquery.php
Browse files Browse the repository at this point in the history
Co-authored-by: Timmy Willison <[email protected]>
  • Loading branch information
Krinkle and timmywil authored Oct 13, 2024
1 parent 03f6960 commit b406b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/jquery/functions.jquery.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function jq_search_get_provider() {
/**
* Try to append a "?v=" cache buster to a static CSS or JS file URI.
*/
function jq_url_append_version($uri) {
function jq_url_append_version( $uri ) {
foreach ( [
get_stylesheet_directory_uri() => get_stylesheet_directory(),
get_template_directory_uri() => get_template_directory(),
Expand Down

0 comments on commit b406b5d

Please sign in to comment.