From 4f83a5611915016fc0c67266946caa12195166c1 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Sun, 21 Apr 2019 21:04:14 +0430 Subject: [PATCH] Update templates/wp-config.mustache Co-Authored-By: man4toman --- templates/wp-config.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/wp-config.mustache b/templates/wp-config.mustache index 6bbcddd54..9c5cd0965 100644 --- a/templates/wp-config.mustache +++ b/templates/wp-config.mustache @@ -80,4 +80,4 @@ if ( ! defined( 'ABSPATH' ) ) { } /** Sets up WordPress vars and included files. */ -require_once( ABSPATH . 'wp-settings.php' ); +require_once ABSPATH . 'wp-settings.php';