| @@ -20,13 +20,8 @@ | ||
| 20 | 20 | 'name' => _x( 'Account Protection', 'Module Name', 'jetpack' ), |
| 21 | 21 | 'description' => _x( 'Shield your login page with rate‑limiting and secure authentication safeguards.', 'Module Description', 'jetpack' ), |
| 22 | 22 | ), |
| 23 | 23 | |
| 24 | - 'activity-log' => array( | |
| 25 | - 'name' => _x( 'Activity Log', 'Module Name', 'jetpack' ), | |
| 26 | - 'description' => _x( 'A record of every event on your site, so you can see what happened and roll back when something goes wrong.', 'Module Description', 'jetpack' ), | |
| 27 | - ), | |
| 28 | - | |
| 29 | 24 | 'ai' => array( |
| 30 | 25 | 'name' => _x( 'AI', 'Module Name', 'jetpack' ), |
| 31 | 26 | 'description' => _x( 'Turn your ideas into ready-to-publish content and generate images with the power of AI.', 'Module Description', 'jetpack' ), |
| 32 | 27 | ), |
| @@ -280,23 +275,8 @@ | ||
| 280 | 275 | // Modules with `Account Protection` tag: |
| 281 | 276 | // - modules/account-protection.php |
| 282 | 277 | 'Account Protection' => _x( 'Account Protection', 'Module Tag', 'jetpack' ), |
| 283 | 278 | |
| 284 | - // Modules with `Recommended` tag: | |
| 285 | - // - modules/activity-log.php | |
| 286 | - // - modules/google-fonts.php | |
| 287 | - // - modules/monitor.php | |
| 288 | - // - modules/photon-cdn.php | |
| 289 | - // - modules/photon.php | |
| 290 | - // - modules/protect.php | |
| 291 | - // - modules/publicize.php | |
| 292 | - // - modules/related-posts.php | |
| 293 | - // - modules/sharedaddy.php | |
| 294 | - // - modules/sitemaps.php | |
| 295 | - // - modules/stats.php | |
| 296 | - // - modules/woocommerce-analytics.php | |
| 297 | - 'Recommended' => _x( 'Recommended', 'Module Tag', 'jetpack' ), | |
| 298 | - | |
| 299 | 279 | // Modules with `Writing` tag: |
| 300 | 280 | // - modules/ai.php |
| 301 | 281 | // - modules/copy-post.php |
| 302 | 282 | // - modules/custom-content-types.php |
| @@ -347,8 +327,22 @@ | ||
| 347 | 327 | // Modules with `Fonts` tag: |
| 348 | 328 | // - modules/google-fonts.php |
| 349 | 329 | 'Fonts' => _x( 'Fonts', 'Module Tag', 'jetpack' ), |
| 350 | 330 | |
| 331 | + // Modules with `Recommended` tag: | |
| 332 | + // - modules/google-fonts.php | |
| 333 | + // - modules/monitor.php | |
| 334 | + // - modules/photon-cdn.php | |
| 335 | + // - modules/photon.php | |
| 336 | + // - modules/protect.php | |
| 337 | + // - modules/publicize.php | |
| 338 | + // - modules/related-posts.php | |
| 339 | + // - modules/sharedaddy.php | |
| 340 | + // - modules/sitemaps.php | |
| 341 | + // - modules/stats.php | |
| 342 | + // - modules/woocommerce-analytics.php | |
| 343 | + 'Recommended' => _x( 'Recommended', 'Module Tag', 'jetpack' ), | |
| 344 | + | |
| 351 | 345 | // Modules with `Appearance` tag: |
| 352 | 346 | // - modules/gravatar-hovercards.php |
| 353 | 347 | // - modules/infinite-scroll.php |
| 354 | 348 | // - modules/photon-cdn.php |
| @@ -413,26 +407,8 @@ | ||
| 413 | 407 | 'auto_activate' => 'Yes', |
| 414 | 408 | 'module_tags' => 'Account Protection', |
| 415 | 409 | 'feature' => 'Security', |
| 416 | 410 | 'additional_search_queries' => '', |
| 417 | - 'plan_classes' => '', | |
| 418 | - ), | |
| 419 | - 'activity-log' => | |
| 420 | - array ( | |
| 421 | - 'name' => 'Activity Log', | |
| 422 | - 'description' => 'A record of every event on your site, so you can see what happened and roll back when something goes wrong.', | |
| 423 | - 'sort' => '38', | |
| 424 | - 'recommendation_order' => '12', | |
| 425 | - 'introduced' => '16.3-a.3', | |
| 426 | - 'changed' => '', | |
| 427 | - 'deactivate' => '', | |
| 428 | - 'free' => '', | |
| 429 | - 'requires_connection' => 'Yes', | |
| 430 | - 'requires_user_connection' => 'Yes', | |
| 431 | - 'auto_activate' => 'Yes', | |
| 432 | - 'module_tags' => 'Recommended', | |
| 433 | - 'feature' => 'Security', | |
| 434 | - 'additional_search_queries' => 'activity, log, activity log, history, events, audit, audit log, rewind, restore, roll back, rollback', | |
| 435 | 411 | 'plan_classes' => '', |
| 436 | 412 | ), |
| 437 | 413 | 'ai' => |
| 438 | 414 | array ( |