We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692bc1e commit 903f028Copy full SHA for 903f028
js-comment-form-validation.php
@@ -50,7 +50,7 @@ function load_textdomain() {
50
* @since 1.0.0
51
*/
52
function enqueue_scripts() {
53
- wp_register_script( 'jquery-validation', plugin_dir_url( __FILE__ ) . 'js/jquery.validate.min.js', [ 'jquery' ], '1.16.0' );
+ wp_register_script( 'jquery-validation', plugin_dir_url( __FILE__ ) . 'js/jquery.validate.min.js', [ 'jquery' ], '1.16.0', true );
54
55
$suffix = SCRIPT_DEBUG ? '' : '.min';
56
0 commit comments