3
1
Back

Blog entry $entries = $xpath->query("//div[@class='entry']"); if (preg_match("@.*(.*)@", $article['content'], $matches)) { $img = $matches[1]; $article['content'] = $this->get_img_tags($xpath.

New Pull Request