3
1
Back

With MS3. After the first if (preg_match("@.*()@", $article['content'], $matches)) { $img = $matches[1]; } } } // Three Panel Soul elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } Added The Trenches; yet more code style tweaking Added The Trenches; yet more code style tweaking.

New Pull Request