From 1eac18dd69d22b638780de1bba10525841b0f18d Mon Sep 17 00:00:00 2001 From: westi Date: Thu, 25 Oct 2007 17:35:35 +0000 Subject: [PATCH] Fix the require_once in install-helper.php so that it works when included from a plugin. Fixes #5090 git-svn-id: http://svn.automattic.com/wordpress/trunk@6291 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/install-helper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/install-helper.php b/wp-admin/install-helper.php index ecfc91d55..b53376eb3 100644 --- a/wp-admin/install-helper.php +++ b/wp-admin/install-helper.php @@ -1,5 +1,5 @@ links, 'link_description', 'varchar(255)')) { } echo ""; */ -?> \ No newline at end of file +?>