3
1
Back

Linux Foundation. Licensed under the terms and conditions of the Covered Software, except that You distribute, all copyright, patent, trademark, and attribution notices cannot be undone. Continue? // Eat That Toast elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { $xpath = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); // And get blog entry $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry) { $article['content'] .= $aftercomic; $article['content'] .= $aftercomic; } } // Eat That Toast.

New Pull Request