Skip to content

Commit 3427d55

Browse files
committed
jquery (base): Remove outdated donate link from broadcast
1 parent 26dedb0 commit 3427d55

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "4.9.10"
2+
"version": "4.9.11"
33
}

themes/jquery/header.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,7 @@
106106
<h2 class="logo"><a href="<?php echo jq_logo_link(); ?>" title="<?php bloginfo( 'name' ); ?>"><?php bloginfo( 'name' ); ?></a></h2>
107107

108108
<aside>
109-
<div id="broadcast">
110-
<a href="https://js.foundation/about/donate" title="Support the JS Foundation"><img src="/jquery-wp-content/themes/jquery/content/donate.png" title="Support the JS Foundation" alt="Support the JS Foundation" border="0" width="400" height="100"></a>
111-
</div>
109+
<div id="broadcast"></div>
112110
</aside>
113111
</div>
114112

0 commit comments

Comments
 (0)