3
1
Back

|| $alt_text == $article['title'] || strpos($article['title'], $alt_text) !== False) { if (preg_match("@.*()@", $article['content'], $matches)) { $article['content'] = $this->get_img_tags($xpath, "//img[contains(@src.

New Pull Request