Skip to content

Commit 037182a

Browse files
committed
api.jqueryui.com: Add 1.11 sub site
1 parent 0f36600 commit 037182a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sites.php

+11
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,17 @@ function jquery_sites() {
303303
'active_plugins' => array(),
304304
),
305305
),
306+
'api.jqueryui.com/1.11' => array(
307+
'blog_id' => 27,
308+
'cookie_domain' => '.jqueryui.com',
309+
'body_class' => 'jquery-ui',
310+
'logo_link' => 'http://jqueryui.com/',
311+
'options' => array(
312+
'blogname' => 'jQuery UI 1.11 Documentation',
313+
'stylesheet' => 'api.jqueryui.com',
314+
'active_plugins' => array(),
315+
),
316+
),
306317
);
307318

308319
uasort( $sites, function( $a, $b ) {

0 commit comments

Comments
 (0)