php - Wordpress: <script src="?ver=1.10.2"></script> being loaded out of nowhere -


website:

http://ramprate.com/design1/

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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -