3
1
Back

$matches[1]; $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); } // Awkward Zombie $article['content'] .= "

" . $entry->textContent . "

"; } } $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry) { $article['content'] .

New Pull Request