We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5fbd6c commit 8bcb754Copy full SHA for 8bcb754
sites.php
@@ -280,6 +280,17 @@ function jquery_sites() {
280
'active_plugins' => array(),
281
),
282
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
294
);
295
296
uasort( $sites, function( $a, $b ) {
0 commit comments