You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sites.php
+3
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ function jquery_sites() {
12
12
'body_class' => 'jquery',
13
13
'options' => array(
14
14
'blogname' => 'jQuery',
15
+
'description' => 'jQuery: The Write Less, Do More, JavaScript Library',
15
16
'stylesheet' => 'jquery.com',
16
17
'active_plugins' => array(
17
18
'jquery-static-index.php',
@@ -66,6 +67,7 @@ function jquery_sites() {
66
67
'body_class' => 'jquery-ui',
67
68
'options' => array(
68
69
'blogname' => 'jQuery UI',
70
+
'description' => 'jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you\'re building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.',
69
71
'stylesheet' => 'jqueryui.com',
70
72
'active_plugins' => array(
71
73
'jquery-static-index.php',
@@ -133,6 +135,7 @@ function jquery_sites() {
133
135
'body_class' => 'qunitjs',
134
136
'options' => array(
135
137
'blogname' => 'QUnit',
138
+
'description' => 'QUnit: A JavaScript Unit Testing framework.',
0 commit comments