jQuery Form get's 2013.01.18 added to it so it 404's
-
Hi,
On my development server since updating the plugin it calls the new version of jQuery form – the html call is:
<script type='text/javascript' src='https://dev.mm.devba.se/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js-2013.01.18'></script>
However if I edit controller.php line 231 from
array( 'jquery' ), '3.25.0-2013.01.18', true );
to:
array( 'jquery' ), '', true );
Then it generates this html:
<script type='text/javascript' src='https://dev.mm.devba.se/wp-content/plugins/contact-form-7/includes/js/jquery.form.min-bcb509.js'></script>
which allows the plugin to work correctly… is there an issue with the plugin, anyone else seeing this?
I’m using wordpress 3.5.1.
Thanks!
– Matt
- The topic ‘jQuery Form get's 2013.01.18 added to it so it 404's’ is closed to new replies.