From ede4a22a556268a455243d565a2a9bb08a0902fa Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 24 Dec 2008 22:51:50 +0000 Subject: [PATCH] Eliminate closing ?>'s from wp-config-sample.php. Props Otto42. fixes #6791 git-svn-id: https://develop.svn.wordpress.org/trunk@10252 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-config-sample.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-config-sample.php b/wp-config-sample.php index c0013a3843..9645bb587e 100644 --- a/wp-config-sample.php +++ b/wp-config-sample.php @@ -73,4 +73,3 @@ if ( !defined('ABSPATH') ) /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php'); -?>