diff --git a/src/api/blog/blogData.php b/src/api/blog/blogData.php index cfa375b..d6128fb 100644 --- a/src/api/blog/blogData.php +++ b/src/api/blog/blogData.php @@ -673,11 +673,6 @@ EOD; */ public function changeHTMLSrc(string $body, string $to, string $from): string { -// $body = preg_replace_callback('/>([^<]+)' . htmlentities(trim($matches[1]), ENT_QUOTES | ENT_HTML5, 'UTF-8') . '<'; -// }, $body); - $htmlDoc = new DOMDocument(); // Load the raw HTML content into DOMDocument