From d1677deb56b7fd975bfca58a421952ecd8a27a0f Mon Sep 17 00:00:00 2001 From: Kevin Cristiano Date: Fri, 8 May 2015 22:35:57 -0400 Subject: [PATCH] formatting fix --- settings/Core.setting.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings/Core.setting.php b/settings/Core.setting.php index 6e347250be..143cee55cb 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -741,7 +741,8 @@ return array( 'type' => 'String', 'html_type' => 'text', 'quick_form_type' => 'Element', - 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent + 'prefetch' => 1, + // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent 'default' => '', 'add' => '4.6', 'title' => 'WordPress Path to wp-load.php', -- 2.25.1