3
1
Back

.= "
Error processing via _comics plugin!" . $e->getMessage(); } } } //Sites that provide images and just need alt tags elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } Clean up code formatting.

New Pull Request