3
1
Back

If ($img->getAttribute('title')) { $article['content'] = $img; if (preg_match("@.*()@", $article['content'], $matches)) { // $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = preg_replace("@@", '', $article['content']); // only keep everything starting at the time.

New Pull Request