php - Wordpress: <script src="?ver=1.10.2"></script> being loaded out of nowhere -
website:
you'll find script tag inside <head>
<script type="text/javascript" src="http://ramprate.com/design1?ver=1.10.2"></script>
i don't know coming from. deactivated plugins 1 @ time, , tag still being loaded after every deactivation. removed wp_head()
header file, tag still being loaded inside <body>
i spent lot of time trying figure out it's being queued couldn't. found version of jquery on wordpress installation 1.10.2 ( wp version 3.6 ) - guess it's related loading jquery. grep 1.10.2
inside wp-content yields no result either.
any thoughts on coming from?
i noticed bug in 'better wordpress minify' can cause this. see official support thread: http://wordpress.org/support/topic/wp-36-jquery-enqueued-but-wrong-script-written-after
Comments
Post a Comment