File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,18 @@ function jquery_sites() {
191
191
),
192
192
),
193
193
),
194
+ 'brand.jquery.org ' => array (
195
+ 'blog_id ' => 18 ,
196
+ 'cookie_domain ' => '.jquery.org ' ,
197
+ 'body_class ' => 'jquery-project ' ,
198
+ 'options ' => array (
199
+ 'blogname ' => 'jQuery Branding Guidelines ' ,
200
+ 'stylesheet ' => 'brand.jquery.org ' ,
201
+ 'active_plugins ' => array (
202
+ 'jquery-static-index.php ' ,
203
+ ),
204
+ ),
205
+ ),
194
206
);
195
207
196
208
uasort ( $ sites , function ( $ a , $ b ) {
Original file line number Diff line number Diff line change
1
+ /*
2
+ Theme Name: brand-jquery-org
3
+ Template: jquery
4
+ */
5
+
6
+ h1 { color : red; }
Original file line number Diff line number Diff line change @@ -57,6 +57,12 @@ function menu_header_jqueryui_com() {
57
57
);
58
58
}
59
59
60
+ function menu_header_brand_jquery_org () {
61
+ return array (
62
+ 'http://brand.jquery.org/ ' => 'Home ' ,
63
+ 'http://brand.jquery.org/trademark/ ' => 'Trademark '
64
+ );
65
+ }
60
66
61
67
/*
62
68
* Avert your eyes.
You can’t perform that action at this time.
0 commit comments