3
1
Back

And mo, maintenance Fixes for CAD and sorcery101 Updated LICD, alter alt-textify to handle both title and alt tags textified. } //Sites that provide images and just need alt tags foreach($imgs as $img){ $article['content'] .= "
Alt: " . $article['id']; } return $result_html; } function hook_render_article($article) { $article['content'] .= "
$orig_content
"; } // Camp Weedonwantcha elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Least I Could Do (wtf image size? If (preg_match("@.*()@", $article['content'], $matches)) { .

New Pull Request