3
1
Back

(strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE){ //also get the blog $entries = $xpath->query("//div[@id='blarg']/div[last()]"); foreach ($entries as $entry){ $article['content'] .= $aftercomic; } } // Awkward Zombie elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { $xpath .

New Pull Request