3
1
Back

'comics', $article['content']); foreach ($entries as $entry){ $article['content'] .= $aftercomic; $article['content'] .= "
$orig_content
"; // Awkward Zombie $orig_content = strip_tags($article['content']); $article['content'] .= "

" . $entry->textContent . "

"; } } // Invisible Bread (make the bread visible) elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE.

New Pull Request