3
1
Back

if (preg_match("@.*()@", $article['content'], $matches)) { // Chainsawsuit elseif (strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE) { $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } // there's both alt and title texts, they're both different, use both.

New Pull Request