Skip to content

Commit

Permalink
Merge pull request #63 from newfold-labs/fix/PRESS6/68-versioning-css
Browse files Browse the repository at this point in the history
added changes for CSS versioning
  • Loading branch information
ajayadav09 authored Nov 25, 2024
2 parents b13d4e7 + 9d8d2c1 commit 3488c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/HelpCenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ public function register_assets() {
\wp_enqueue_script( self::$slug );

\wp_enqueue_style(
'stylesheet',
self::$slug,
NFD_HELPCENTER_PLUGIN_URL . 'vendor/newfold-labs/wp-module-help-center/build/index.css',
array(),
'1',
$asset['version'],
'screen'
);

Expand Down

0 comments on commit 3488c94

Please sign in to comment.