Skip to content

Commit 8815748

Browse files
committed
Removed appendTo Training Ad
1 parent 634404a commit 8815748

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

themes/jquery/functions.jquery.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,10 @@ function jq_content_nav() {
145145

146146
function jq_banner() {
147147
$banners = array(
148-
array(
149-
'image' => 'appendto-vir-training',
150-
'url' => 'http://appendto.com/training/jquery-virtual-training-july-2013/',
151-
'site-specific' => true
152-
),
153148
array(
154149
'image' => 'jqconaustin',
155150
'url' => 'http://events.jquery.org/2013/austin/'
156-
),
151+
)
157152
);
158153

159154
if ( empty( $banners ) ) {

0 commit comments

Comments
 (0)