3
1
Back

Is no need to call out for elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { } //Sites that provide images and just need alt tags elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { // Three Panel Soul elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { // $img_tag = $this->get_img_tags($xpath, '(//div[@id="comicbody"]//img)', $article) . $article['content']; } // Wondermark (alt tag already present) // Wondermark (alt tag already present elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE) { $article['content'] .= "

" . $entry->ownerDocument->saveXML($entry) . "

"; } } if (ADD_IDS) { $new_element->appendChild($para_element); if ($alt_text == $article['title.

New Pull Request