From 1521b5169ba260fdeaf820eba922791da63f9a72 Mon Sep 17 00:00:00 2001 From: Peter Westwood 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: https://develop.svn.wordpress.org/trunk@6291 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 ecfc91d557..b53376eb3c 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 +?>