Labels Milestones
BackExample elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { $aftercomic = $this->get_img_tags($xpath, '(//div[@id="main"]//img)', $article); } //Sites that provide images and just need alt tags in feedburner (if there are quotes) elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@class='timeline-description']", $article); $article['content'] .= "" . $entry->ownerDocument->saveXML($entry) . "
"; } } // Scenes From A Multiverse (to get alt tags) // Scenes From A Multiverse (to get alt tags foreach($imgs as $img){ if ($img->getAttribute('title')) { // replace the