From d4deaa3f25d6bf70d74a5ca199f1a466bc2be4c8 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Thu, 20 Aug 2015 10:09:18 +0200 Subject: [PATCH] Remove deprecated config --- config/theme.php | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/config/theme.php b/config/theme.php index 2ca30e42..74083093 100644 --- a/config/theme.php +++ b/config/theme.php @@ -29,19 +29,6 @@ 'slug' => env('WP_THEME', 'wordplate'), - /* - |-------------------------------------------------------------------------- - | WordPress Updates - |-------------------------------------------------------------------------- - | - | Enable or disable WordPress core, plugins and themes updates. Please note - | that if your account has administrative privileges you'll still be able - | to update. - | - */ - - 'updates' => env('WP_ENV', 'production') !== 'production', - /* |-------------------------------------------------------------------------- | Application Timezone @@ -67,18 +54,6 @@ 'gzip' => true, - /* - |-------------------------------------------------------------------------- - | Require SSL for Admin and Logins - |-------------------------------------------------------------------------- - | - | By setting this option to true, you want to secure logins and the admin - | area so that both passwords and cookies are never sent in the clear. - | - */ - - 'secure' => false, - /* |-------------------------------------------------------------------------- | Disallow File Edit