Skip to content

Commit 8e8cd9b

Browse files
committed
Define JQUERY_LIVE_SITE.
1 parent 2e84722 commit 8e8cd9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jquery.com/functions.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<?php
22

3+
if ( !defined( 'JQUERY_LIVE_SITE' ) ) {
4+
define( 'JQUERY_LIVE_SITE', 'blog.jquery.com' );
5+
}
6+
37
// Add body classes found in postmeta.
48
add_filter( 'body_class', function( $classes ) {
59
$classes = array( 'jquery' );

0 commit comments

Comments
 (0)