3
1
Back

Already present foreach ($imgs as $img) { $article['content'] .= "
$orig_content
"; } // Least I Could Do (wtf image size? If (preg_match("@.*()@", $article['content'], $matches)) { } //Sites that provide images and just need alt tags textified. Elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { // Achewood (alt tag already present foreach ($imgs as $img) { $article['content'] = $img_tag . $article['content']; // $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img.

New Pull Request