Skip to content

Commit d4af7d9

Browse files
committed
Define JQUERY_LIVE_DOMAIN
Fixes gh-4
1 parent 0532881 commit d4af7d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jquery.com/functions.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
if ( !defined( 'JQUERY_LIVE_SITE' ) ) {
44
define( 'JQUERY_LIVE_SITE', 'blog.jquery.com' );
55
}
6+
if ( !defined( 'JQUERY_LIVE_DOMAIN' ) ) {
7+
define( 'JQUERY_LIVE_DOMAIN', 'blog.jquery.com' );
8+
}
69

710
// Add body classes found in postmeta.
811
add_filter( 'body_class', function( $classes ) {

0 commit comments

Comments
 (0)