From 7e0657c317dc2697a1e9408d8cadcba87b7cfbf7 Mon Sep 17 00:00:00 2001 From: michelvaldrighi Date: Mon, 11 Oct 2004 13:22:33 +0000 Subject: [PATCH] remove contextual compatiblity, and require functions-compat instead git-svn-id: http://svn.automattic.com/wordpress/trunk@1777 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 8 ++------ xmlrpc.php | 12 ------------ 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 2616a4530..e84c07533 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -1,17 +1,13 @@ $code"; - } - return $code; -} - function mkdir_p($target) { // from php.net/mkdir user contributed notes if (file_exists($target)) {