Skip to content

Commit ca74a2d

Browse files
committed
Define JQUERY_LIVE_DOMAIN for jqueryui.com and jquerymobile.com
Ref jquerygh-4
1 parent d4af7d9 commit ca74a2d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

jquerymobile.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.jquerymobile.com' );
55
}
6+
if ( !defined( 'JQUERY_LIVE_DOMAIN' ) ) {
7+
define( 'JQUERY_LIVE_DOMAIN', 'blog.jquerymobile.com' );
8+
}
69

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

jqueryui.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.jqueryui.com' );
55
}
6+
if ( !defined( 'JQUERY_LIVE_DOMAIN' ) ) {
7+
define( 'JQUERY_LIVE_DOMAIN', 'blog.jqueryui.com' );
8+
}
69

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

0 commit comments

Comments
 (0)