File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -209,13 +209,13 @@ function jquery_sites() {
209
209
),
210
210
),
211
211
),
212
- 'contribute.jquery.com ' => array (
212
+ 'contribute.jquery.org ' => array (
213
213
'blog_id ' => 19 ,
214
214
'cookie_domain ' => '.jquery.com ' ,
215
- 'body_class ' => 'jquery ' ,
215
+ 'body_class ' => 'jquery-foundation ' ,
216
216
'options ' => array (
217
217
'blogname ' => 'Contribute to jQuery ' ,
218
- 'stylesheet ' => 'contribute.jquery.com ' ,
218
+ 'stylesheet ' => 'contribute.jquery.org ' ,
219
219
'active_plugins ' => array (
220
220
'jquery-static-index.php ' ,
221
221
),
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
/*
2
- Theme Name: contribute-jquery-com
2
+ Theme Name: contribute-jquery-org
3
3
Template: jquery
4
4
*/
5
5
Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ function menu_header_brand_jquery_org() {
89
89
);
90
90
}
91
91
92
- function menu_header_contribute_jquery_com () {
92
+ function menu_header_contribute_jquery_org () {
93
93
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 '
97
97
);
98
98
}
99
99
You can’t perform that action at this time.
0 commit comments