Skip to content

Commit 71072e6

Browse files
authored
P:wordpress::docs: Update the jQuery NES HeroDevs link (#90)
In a few places on the jquery.com site we already use those parameters to better attribute sources for visits to the HeroDevs jQuery NES website, but we haven't been doing that in the page header. That is now addressed.
1 parent bc853a4 commit 71072e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if ( defined( 'XMLRPC_REQUEST' ) ) {
1818
<%- if @live_site == 'jquery.com' || @live_site == 'api.jquery.com' -%>
1919
define(
2020
'JQUERY_BANNER',
21-
'jQuery 4.0 has been released! jQuery 3.x will now only receive critical updates. Find support for earlier versions at <a href="https://www.herodevs.com/support/jquery-nes">herodevs.com</a>.'
21+
'jQuery 4.0 has been released! jQuery 3.x will now only receive critical updates. Find support for earlier versions at <a href="https://www.herodevs.com/support/jquery-nes?utm_source=jQuery&amp;utm_medium=link&amp;utm_campaign=eol_support_jQuery">herodevs.com</a>.'
2222
);
2323
<%- elsif @live_site == 'jquerymobile.com' || @live_site == 'api.jquerymobile.com' -%>
2424
define(

0 commit comments

Comments
 (0)