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 0532881 commit d4af7d9Copy full SHA for d4af7d9
jquery.com/functions.php
@@ -3,6 +3,9 @@
3
if ( !defined( 'JQUERY_LIVE_SITE' ) ) {
4
define( 'JQUERY_LIVE_SITE', 'blog.jquery.com' );
5
}
6
+if ( !defined( 'JQUERY_LIVE_DOMAIN' ) ) {
7
+ define( 'JQUERY_LIVE_DOMAIN', 'blog.jquery.com' );
8
+}
9
10
// Add body classes found in postmeta.
11
add_filter( 'body_class', function( $classes ) {
0 commit comments