We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8db7e2 commit 52d58a6Copy full SHA for 52d58a6
jquery/menu-header.php
@@ -114,6 +114,11 @@ function menu_header_irc_jquery_org() {
114
);
115
}
116
117
+// Temporary hack to make blogs work since they run outside of jquery-wp-content
118
+if ( !defined( 'JQUERY_LIVE_SITE' ) ) {
119
+ define( 'JQUERY_LIVE_SITE', $_SERVER['HTTP_HOST'] );
120
+}
121
+
122
/*
123
* Avert your eyes.
124
*/
0 commit comments