3
1
Back

With amplifier to handle both title and alt tags in feedburner (if there are quotes) elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); // Three Panel Soul * Scenes From A Multiverse (to get alt tag) elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); // And get blog $entries = $xpath->query("//div[@id='comic-notes']"); d5bfb6e27b Go to file f45c980890 Align panel to integer pseudo-origin, remove testing text.

New Pull Request