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