Skip to content

Commit

Permalink
fix typo (ref #276)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-guimaraes committed Jun 18, 2018
1 parent 44d1532 commit de5f550
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ jQuery( function( $ ) {
email: true,
required: true,
check_email_exist: true,
equalTo: "input[name='mail']"
equalTo: "input[name='email']"
},
category: {
required: true
Expand Down

0 comments on commit de5f550

Please sign in to comment.