From 228e80b6436ca5a8194fbd188d157dda8979c3f2 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Thu, 27 Feb 2014 13:52:44 -0800 Subject: [PATCH] Added WP Super Cache to suggested plugins list. --- lib/admin/admin-functions.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/admin/admin-functions.php b/lib/admin/admin-functions.php index e410775..71ce1fc 100644 --- a/lib/admin/admin-functions.php +++ b/lib/admin/admin-functions.php @@ -387,6 +387,12 @@ function trestle_register_required_plugins() { 'slug' => 'wp-hotkeys', 'required' => false, ), + + array( + 'name' => 'WP Super Cache', + 'slug' => 'wp-super-cache', + 'required' => false, + ), ); // Change this to your theme text domain, used for internationalising strings