Incorrect dependency name – jquery-validate
-
There’s an incorrect dependency name on line 46 of:
/plugins/meta-box/inc/validation.phpCurrently is:
wp_enqueue_script( 'rwmb-validate', RWMB_JS_URL . 'validate.js', array( 'jquery-validate' ), RWMB_VER, true );
Should be:
wp_enqueue_script( 'rwmb-validate', RWMB_JS_URL . 'validate.js', array( 'jquery-validation' ), RWMB_VER, true );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Incorrect dependency name – jquery-validate’ is closed to new replies.