3
1
Back

Image elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { // Poorly Drawn Lines elseif (strpos($article["link"], "poorlydrawnlines.com/comic/") !== FALSE ) { // replace the

(containing project wonderful) with nothing $article['content'] = $matches[1]; $img = $matches[1]; } } Clean up code formatting; added a few comics; standardized appending alt/title.

New Pull Request