Skip to content

Commit e9be3b3

Browse files
committed
wordpress: define JQUERY_STAGING_FORMAT
Ref jquery/jquery-wp-content@193e312
1 parent aa45198 commit e9be3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/profile/templates/wordpress/docs/jquery-config.php.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ define( 'JQUERY_LIVE_SITE', '<%= @live_site %>' );
33
define( 'JQUERY_LIVE_DOMAIN', '<%= @host %>' );
44
<%- if @environment == 'production' -%>
55
define( 'JQUERY_STAGING', false );
6-
define( 'JQUERY_STAGING_PREFIX', '' );
6+
define( 'JQUERY_STAGING_FORMAT', '' );
77
<%- else -%>
88
define( 'JQUERY_STAGING', true );
9-
define( 'JQUERY_STAGING_PREFIX', 'stage.' );
9+
define( 'JQUERY_STAGING_FORMAT', 'stage.%s' );
1010
<%- end -%>

0 commit comments

Comments
 (0)