diff --git a/modules/profile/templates/wordpress/docs/jquery-config.php.erb b/modules/profile/templates/wordpress/docs/jquery-config.php.erb index aed617d..e8bf434 100644 --- a/modules/profile/templates/wordpress/docs/jquery-config.php.erb +++ b/modules/profile/templates/wordpress/docs/jquery-config.php.erb @@ -14,3 +14,10 @@ define( 'JQUERY_STAGING_FORMAT', 'stage.%s' ); if ( defined( 'XMLRPC_REQUEST' ) ) { @ini_set( 'memory_limit', '512M' ); } + +<%- if @live_site == 'jquery.com' || @live_site == 'api.jquery.com' -%> +define( + 'JQUERY_BANNER', + 'jQuery 4.0 is coming soon! Prepare by upgrading to the latest jQuery 3.x release. Learn more about our version support.' +); +<%- end -%>