From 2d58fd79545b9171ced24e36180c94042cde2a4f 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: https://develop.svn.wordpress.org/trunk@1777 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 2616a4530a..e84c075333 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)) {