ArtVandelay
Power Member
- Jan 15, 2013
- 574
- 397
A theme I'd like to use is implanted with lots of 'eval' code. I was able to remove almost all of it by using the theme editor, but there are five more strings of bad code in my theme located in the following three places:
wp-content/themes/Marijuanna/js/jquery.form.js
wp-content/themes/Marijuanna/js/jquery-latest.pack.js
wp-content/themes/Marijuanna/js/jquery-1.4.4.min.js
How do remove this? Is it safe to remove the entire pages or should they just be carefully edited?
P.S. - I found 'web design' to be the most general section to post in regarding this issue, since I don't know enough about it to know where else to put it
Sorry if I'm in the wrong section
wp-content/themes/Marijuanna/js/jquery.form.js
Code:
async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||""
wp-content/themes/Marijuanna/js/jquery-latest.pack.js
Code:
p;f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o
Code:
async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||""
p;e.indexOf("javascript")>=0)c.globalEval(a);return a}});
How do remove this? Is it safe to remove the entire pages or should they just be carefully edited?
P.S. - I found 'web design' to be the most general section to post in regarding this issue, since I don't know enough about it to know where else to put it