Skip to content

Commit 94211f0

Browse files
committed
jqueryui.com,jquerymobile.com: remove broken override for forum link
These show an error now: * https://forum.jquery.com/using-jquery-ui/ * https://forum.jquery.com/jquery-mobile/ Remove overrides in favour of the default https://forum.jquery.com/ value for this footer link.
1 parent 160db1b commit 94211f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

themes/jquery/footer-bottom.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@
3030

3131
switch ( $project ) {
3232
case 'jqueryui':
33-
$links[ 'Forum' ][ 'url' ] = 'https://forum.jquery.com/using-jquery-ui/';
3433
$links[ 'Twitter' ][ 'url' ] = 'https://twitter.com/jqueryui';
3534
break;
3635
case 'jquerymobile':
37-
$links[ 'Forum' ][ 'url' ] = 'https://forum.jquery.com/jquery-mobile/';
3836
$links[ 'Twitter' ][ 'url' ] = 'https://twitter.com/jquerymobile';
3937
break;
4038
}

0 commit comments

Comments
 (0)