fix: add separate prod/dev cache-busters
This commit is contained in:
parent
35d8b82008
commit
e76a4e0bb1
2 changed files with 11 additions and 32 deletions
|
@ -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'
|
||||
);
|
||||
|
||||
|
|
Reference in a new issue