fix: add separate prod/dev cache-busters

This commit is contained in:
Ben Goldsworthy 2021-04-14 22:39:16 +01:00
parent 35d8b82008
commit e76a4e0bb1
2 changed files with 11 additions and 32 deletions

View file

@ -416,11 +416,7 @@ class MCI_Footnotes {
MCI_Footnotes_Config::C_STR_PLUGIN_NAME . '/css/footnotes-' . $l_str_tooltip_mode_short . 'brpl' . $l_str_layout_mode . '.min.css'
),
array(),
filemtime(
plugin_dir_path(
dirname( __FILE__ )
) . 'css/footnotes-' . $l_str_tooltip_mode_short . 'ttbrpl' . $l_str_layout_mode . '.min.css'
),
C_STR_PACKAGE_VERSION,
'all'
);