@@ -29,7 +29,7 @@ function jquery_sites() {
29
29
'options ' => array (
30
30
'blogname ' => 'jQuery Blog ' ,
31
31
'stylesheet ' => 'blog-jquery-com ' ,
32
- // 'permalink_structure' => '/%category%/%postname%/',
32
+ // 'permalink_structure' => '/%category%/%postname%/',
33
33
),
34
34
),
35
35
'api.jquery.com ' => array (
@@ -40,6 +40,9 @@ function jquery_sites() {
40
40
'options ' => array (
41
41
'blogname ' => 'jQuery API Documentation ' ,
42
42
'stylesheet ' => 'api.jquery.com ' ,
43
+ 'active_plugins ' => array (
44
+ 'jquery-api-category-listing.php ' ,
45
+ ),
43
46
),
44
47
),
45
48
'plugins.jquery.com ' => array (
@@ -94,7 +97,9 @@ function jquery_sites() {
94
97
'options ' => array (
95
98
'blogname ' => 'jQuery UI API Documentation ' ,
96
99
'stylesheet ' => 'api.jqueryui.com ' ,
97
- 'active_plugins ' => array (),
100
+ 'active_plugins ' => array (
101
+ 'jquery-api-category-listing.php ' ,
102
+ ),
98
103
),
99
104
),
100
105
'api.jqueryui.com/1.8 ' => array (
@@ -105,7 +110,10 @@ function jquery_sites() {
105
110
'options ' => array (
106
111
'blogname ' => 'jQuery UI 1.8 Documentation ' ,
107
112
'stylesheet ' => 'api.jqueryui.com ' ,
108
- 'active_plugins ' => array (),
113
+ 'active_plugins ' => array (
114
+ 'jquery-api-category-listing.php ' ,
115
+ 'jquery-api-versioned-links.php ' ,
116
+ ),
109
117
),
110
118
),
111
119
'api.jqueryui.com/1.9 ' => array (
@@ -116,7 +124,10 @@ function jquery_sites() {
116
124
'options ' => array (
117
125
'blogname ' => 'jQuery UI 1.9 Documentation ' ,
118
126
'stylesheet ' => 'api.jqueryui.com ' ,
119
- 'active_plugins ' => array (),
127
+ 'active_plugins ' => array (
128
+ 'jquery-api-category-listing.php ' ,
129
+ 'jquery-api-versioned-links.php ' ,
130
+ ),
120
131
),
121
132
),
122
133
'jquery.org ' => array (
@@ -154,7 +165,9 @@ function jquery_sites() {
154
165
'options ' => array (
155
166
'blogname ' => 'jQuery Mobile API Documentation ' ,
156
167
'stylesheet ' => 'api.jquerymobile.com ' ,
157
- 'active_plugins ' => array (),
168
+ 'active_plugins ' => array (
169
+ 'jquery-api-category-listing.php ' ,
170
+ ),
158
171
),
159
172
),
160
173
# Historical: Database blog_id 14 is reserved for api.qunitjs.com.
@@ -219,7 +232,10 @@ function jquery_sites() {
219
232
'options ' => array (
220
233
'blogname ' => 'jQuery Mobile 1.3 Documentation ' ,
221
234
'stylesheet ' => 'api.jquerymobile.com ' ,
222
- 'active_plugins ' => array (),
235
+ 'active_plugins ' => array (
236
+ 'jquery-api-category-listing.php ' ,
237
+ 'jquery-api-versioned-links.php ' ,
238
+ ),
223
239
),
224
240
),
225
241
'api.jqueryui.com/1.10 ' => array (
@@ -230,7 +246,10 @@ function jquery_sites() {
230
246
'options ' => array (
231
247
'blogname ' => 'jQuery UI 1.10 Documentation ' ,
232
248
'stylesheet ' => 'api.jqueryui.com ' ,
233
- 'active_plugins ' => array (),
249
+ 'active_plugins ' => array (
250
+ 'jquery-api-category-listing.php ' ,
251
+ 'jquery-api-versioned-links.php ' ,
252
+ ),
234
253
),
235
254
),
236
255
'api.jqueryui.com/1.12 ' => array (
@@ -241,7 +260,10 @@ function jquery_sites() {
241
260
'options ' => array (
242
261
'blogname ' => 'jQuery UI 1.12 Documentation ' ,
243
262
'stylesheet ' => 'api.jqueryui.com ' ,
244
- 'active_plugins ' => array (),
263
+ 'active_plugins ' => array (
264
+ 'jquery-api-category-listing.php ' ,
265
+ 'jquery-api-versioned-links.php ' ,
266
+ ),
245
267
),
246
268
),
247
269
'api.jqueryui.com/1.11 ' => array (
@@ -252,7 +274,10 @@ function jquery_sites() {
252
274
'options ' => array (
253
275
'blogname ' => 'jQuery UI 1.11 Documentation ' ,
254
276
'stylesheet ' => 'api.jqueryui.com ' ,
255
- 'active_plugins ' => array (),
277
+ 'active_plugins ' => array (
278
+ 'jquery-api-category-listing.php ' ,
279
+ 'jquery-api-versioned-links.php ' ,
280
+ ),
256
281
),
257
282
),
258
283
'api.jquerymobile.com/1.4 ' => array (
@@ -263,7 +288,10 @@ function jquery_sites() {
263
288
'options ' => array (
264
289
'blogname ' => 'jQuery Mobile 1.4 Documentation ' ,
265
290
'stylesheet ' => 'api.jquerymobile.com ' ,
266
- 'active_plugins ' => array (),
291
+ 'active_plugins ' => array (
292
+ 'jquery-api-category-listing.php ' ,
293
+ 'jquery-api-versioned-links.php ' ,
294
+ ),
267
295
),
268
296
),
269
297
'releases.jquery.com ' => array (
@@ -286,7 +314,10 @@ function jquery_sites() {
286
314
'options ' => array (
287
315
'blogname ' => 'jQuery UI 1.13 Documentation ' ,
288
316
'stylesheet ' => 'api.jqueryui.com ' ,
289
- 'active_plugins ' => array (),
317
+ 'active_plugins ' => array (
318
+ 'jquery-api-category-listing.php ' ,
319
+ 'jquery-api-versioned-links.php ' ,
320
+ ),
290
321
),
291
322
),
292
323
);
0 commit comments