From 38f4fca0db74d27fbacb01a77f30e5b9bd1c576a Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 29 Dec 2005 23:11:26 +0000 Subject: [PATCH] Move PHP_SELF setup to wp-settings.php. #2153 git-svn-id: http://svn.automattic.com/wordpress/trunk@3382 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/vars.php | 4 ---- wp-settings.php | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-includes/vars.php b/wp-includes/vars.php index d80cb99a6..705d8b254 100644 --- a/wp-includes/vars.php +++ b/wp-includes/vars.php @@ -1,10 +1,6 @@ = '4.1') ) die( 'Your server is running PHP version ' . phpversion() . ' but WordPress requires at least 4.1' );