Hello, I have simple html with JQuery: <p><a href="#form_here_1" data-id="my-order">order1</a></p> <div class="myform">I am first</div> <p><a href="#form_here_2" data-id="my-order">order2</a></p> <div class="myform">I am second</div> <script type="text/javascript"> $(".myform").hide(); $("a[data-id='my-order']").click(function() { //alert("click"); // […] See original post by invalid@example.com (bumbar)

Parse error: syntax error, unexpected $end in /home/bungoolow/public_html/wp-includes/class-wp-walker.php on line 420 Tried deleting all plugins, changed the theme folder name but still does not fix the […] See original post by invalid@example.com (forumrating)