3
1
Back

Blog $entries = $xpath->query("//div[@id='blarg']/div[last()]"); foreach ($entries as $entry) { // $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='timeline-description']", $article); $article['content'] .

New Pull Request