Skip to content

Commit 1b03efd

Browse files
committed
1 parent 950f10e commit 1b03efd

File tree

6 files changed

+1
-95
lines changed

6 files changed

+1
-95
lines changed

sites.php

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -242,20 +242,7 @@ function jquery_sites() {
242242
),
243243
),
244244
),
245-
// The legacy site, replaced by a Docker image deployed separately.
246-
// The WordPress parts have been superseded by releases.jquery.com.
247-
'codeorigin.jquery.com' => array(
248-
'blog_id' => 23,
249-
'cookie_domain' => '.jquery.com',
250-
'body_class' => 'jquery',
251-
'options' => array(
252-
'blogname' => 'jQuery CDN',
253-
'stylesheet' => 'codeorigin.jquery.com',
254-
'active_plugins' => array(
255-
'jquery-static-index.php',
256-
),
257-
),
258-
),
245+
# Historical: Database blog_id 23 is reserved for codeorigin.jquery.com
259246
'api.jquerymobile.com/1.3' => array(
260247
'blog_id' => 24,
261248
'cookie_domain' => '.jquerymobile.com',
-17.7 KB
Binary file not shown.

themes/codeorigin.jquery.com/page.php

Lines changed: 0 additions & 49 deletions
This file was deleted.

themes/codeorigin.jquery.com/searchform.php

Lines changed: 0 additions & 1 deletion
This file was deleted.

themes/codeorigin.jquery.com/style.css

Lines changed: 0 additions & 20 deletions
This file was deleted.

themes/jquery/menu-header.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,6 @@ function menu_header_learn_jquery_com() {
3333
);
3434
}
3535

36-
function menu_header_codeorigin_jquery_com() {
37-
return array(
38-
'/jquery/' => 'jQuery Core',
39-
'/ui/' => 'jQuery UI',
40-
'/mobile/' => 'jQuery Mobile',
41-
'/color/' => 'jQuery Color',
42-
'/qunit/' => 'QUnit',
43-
'/pep/' => 'PEP'
44-
);
45-
}
46-
4736
function menu_header_releases_jquery_com() {
4837
return array(
4938
'/jquery/' => 'jQuery Core',

0 commit comments

Comments
 (0)