Skip to content

Commit 8bcb754

Browse files
committed
api.jqueryui.com: Add 1.10 sub site
1 parent d5fbd6c commit 8bcb754

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sites.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,17 @@ function jquery_sites() {
280280
'active_plugins' => array(),
281281
),
282282
),
283+
'api.jqueryui.com/1.10' => array(
284+
'blog_id' => 25,
285+
'cookie_domain' => '.jqueryui.com',
286+
'body_class' => 'jquery-ui',
287+
'logo_link' => 'http://jqueryui.com/',
288+
'options' => array(
289+
'blogname' => 'jQuery UI 1.10 Documentation',
290+
'stylesheet' => 'api.jqueryui.com',
291+
'active_plugins' => array(),
292+
),
293+
),
283294
);
284295

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

0 commit comments

Comments
 (0)