3
1
Back

Arrow_indicator() { } //Sites that provide images and just need alt tags in feedburner (if there are quotes elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); $article['content'] .= "Alt: " . $img->getAttribute('title') . ""; Invisible Bread, Softer World (alt tags.

New Pull Request