From 07f593ea54b601ab0dc5f3f8c1ef9d814da9b689 Mon Sep 17 00:00:00 2001 From: ryan 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: http://svn.automattic.com/wordpress/trunk@10252 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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'); -?>