after 2 month working a theme for Wowonder called Simplest http://foxthemes.net/demo/simplest/
. after i submitted .i got [Soft Rejected].
Reason
- All JavaScript should be written with “use strict” mode on. For example, you can do this with jQuery as follows: (function($) { “use strict”; // Author code here })(jQuery);
- Use .on() rather than .click(), .bind(), .hover(), .submit() etc…
- Data Validation issues have been found. Do a global search for “echo $”. All dynamic data must be correctly escaped for the context where it is rendered. Any screenshots provided are simply examples. There may be more issues that are similar. Ensure you check all files and fix all instances of each issue before resubmitting.
Main Javascript file : http://foxthemes.net/demo/simplest/themes/simplest/javascript/script.js