[Plugin: Better WordPress Minify] Loosing an "s"
-
My script is
wp_enqueue_script('JQuery-JSON',plugins_url('/jquery.json-2.3.js', __FILE__),array('jquery'),'',true);What is added into the page is
<script type='text/javascript' src='http://workshopshed.2020test.com/wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/twitter-badge-widget/loc_relative_time.js,wp-content/plugins/twitter-badge-widget/jquery.json-2.3.js,wp-content/plugins/twitter-badge-widget/jstorage.js,wp-content/plugins/twitter-badge-widget/twitterbadgescript.js'></script>This all seems to be fine, however in my logs I get a message that it can’t find the following file. It’s dropping the “s” from this script.
/wp-content/plugins/twitter-badge-widget/jquery.json-2.3.j?ver=3.4-RC2-21043The other files mentioned seem to processed fine.
The topic ‘[Plugin: Better WordPress Minify] Loosing an "s"’ is closed to new replies.