Skip to content

Commit 51cffb5

Browse files
committed
Rename contribute.jquery.com to contribute.jquery.org
1 parent 57a6676 commit 51cffb5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

sites.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,13 @@ function jquery_sites() {
209209
),
210210
),
211211
),
212-
'contribute.jquery.com' => array(
212+
'contribute.jquery.org' => array(
213213
'blog_id' => 19,
214214
'cookie_domain' => '.jquery.com',
215-
'body_class' => 'jquery',
215+
'body_class' => 'jquery-foundation',
216216
'options' => array(
217217
'blogname' => 'Contribute to jQuery',
218-
'stylesheet' => 'contribute.jquery.com',
218+
'stylesheet' => 'contribute.jquery.org',
219219
'active_plugins' => array(
220220
'jquery-static-index.php',
221221
),

themes/contribute.jquery.com/style.css renamed to themes/contribute.jquery.org/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Theme Name: contribute-jquery-com
2+
Theme Name: contribute-jquery-org
33
Template: jquery
44
*/
55

themes/jquery/menu-header.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ function menu_header_brand_jquery_org() {
8989
);
9090
}
9191

92-
function menu_header_contribute_jquery_com() {
92+
function menu_header_contribute_jquery_org() {
9393
return array(
94-
'http://contribute.jquery.com/CLA/' => 'Contributor License Agreement',
95-
'http://contribute.jquery.com/style-guide/js' => 'JS Style Guide',
96-
'http://contribute.jquery.com/style-guide/html' => 'HTML Style Guide'
94+
'http://contribute.jquery.org/CLA/' => 'Contributor License Agreement',
95+
'http://contribute.jquery.org/style-guide/js' => 'JS Style Guide',
96+
'http://contribute.jquery.org/style-guide/html' => 'HTML Style Guide'
9797
);
9898
}
9999

0 commit comments

Comments
 (0)