3
1
Back

Strip_tags($article['content']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } elseif (strpos($title_text, $alt_text) !== false){ } elseif (strpos($alt_text, $title_text) .

New Pull Request