3
1
Back

(id 17a7121e-b68e-480a-a63e-d9064ffac0d1 function mangle_article($article) { // Breaking Cat News elseif (strpos($article['link'], 'qwantz.com/index.php?comic') !== FALSE) { $article['content'] .= "
Alt: $alt_text
"; } } //Sites that provide images and just need alt tags textified. } $article = $this->alt_textify($article); if (GDORN_DEBUG && $article['debug']) { $base_url = $article['link']; } From 0d3d72c49e606725216a5a9a4217e6c039d5a574 Mon Sep 17 00:00:00 2001 Subject: [PATCH.

New Pull Request