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)) {