• Resolved andrewinsideout

    (@andrewinsideout)


    I mentioned this before but this issue was closed and ignored – this is still an issue.

    The?ms_theme_editor_src?function in this plugin incorrectly overrides ALL enqueued files version numbers – even ones provided by other plugins/themes/etc.

    You plugin should not effect version numbers of OTHER scripts.

    Please fix this issue.

Viewing 1 replies (of 1 total)
  • Plugin Support themeeditorsupport

    (@themeeditorsupport)

    Hello @andrewinsideout

    Thank you for bringing this issue to our attention.
    We are actively working on resolving this issue and will address it in the upcoming version of the plugin.

    In the meantime, as a temporary workaround, please follow these steps:

    1. Navigate to the file ms_child_theme_editor.php located at wp-contents/plugins/themeeditor.
    2. Find the filter “add_filter( ‘style_loader_src’, ‘ms_theme_editor_src’, 10, 2 );” at line number 260.
    3. Comment out this whole filter by adding “//” at the beginning of the line, like this:
      // add_filter( 'style_loader_src', 'ms_theme_editor_src', 10, 2 );.............?...................endif;
      ????????return?$src;
      ????}
      }

    This should prevent the plugin from incorrectly overriding the version numbers of other scripts.

    We appreciate your understanding and patience.

    Thanks,
    Theme Editor Support

Viewing 1 replies (of 1 total)
  • The topic ‘Bug – This plugin changes enqueued file version numbers’ is closed to new replies.