- D584535557858F772AF08191BBA535BC99899D7E742D8895B86516F3FEDE01D7AF3853C1EB985CF4DA6A42209C19C5370B56F0123A9D3441132832BB150F8191
+ D9A49A9AC649969B2FDC809E43FE110F7C946427BC16D48E5247D150D4D8A223D3A388F62A8D6ECE987C4C9307736A2E3FAF2DB3C25C47596822B7AA16A1E53E
mp-wp/wp-includes/js/jquery/jquery.form.js
(186 . 7)(186 . 7)
10089 }, options || {});
10090
10091 // hook for manipulating the form data before it is extracted;
10092 // convenient for use with rich editors like tinyMCE or FCKEditor
10093 // convenient for use with rich editors
10094 var veto = {};
10095 $.event.trigger('form.pre.serialize', [this, options, veto]);
10096 if (veto.veto) return this;