Labels Milestones
BackBoth alt and title texts, they're both different, use both. } elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); } // Least I Could Do (wtf image size? Elseif (strpos($article['link'], 'qwantz.com/index.php?comic') !== FALSE) { $article['content'] .= "$orig_content"; // Awkward Zombie // Awkward Zombie $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; // XKCD (alt tags we don't need to call out for) elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE) { $article['content'] .= "
" . $entry->ownerDocument->saveXML($entry) . ""; .
New Pull Request