fix: correct relative filepaths

This commit is contained in:
Ben Goldsworthy 2021-04-14 22:52:56 +01:00
parent b824a44541
commit eb34f30880
2 changed files with 6 additions and 6 deletions

View file

@ -217,7 +217,7 @@ abstract class MCI_Footnotes_Layout_Engine {
array(),
( PRODUCTION_ENV ) ? C_STR_PACKAGE_VERSION : filemtime(
plugin_dir_path(
dirname( __FILE__ )
dirname( __FILE__, 2 )
) . 'css/settings' . ( ( PRODUCTION_ENV ) ? '.min' : '' ) . '.css'
)
);