3
1
Back

$article['content'] .= "
$orig_content
"; // Awkward Zombie $orig_content = strip_tags($article['content']); $article['content'] = $matches[1]; elseif (strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE){ $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, 'sp') and contains(@src, 'uploads') and contains(@src, 'png')]", $article); } Clean up code formatting; added a few.

New Pull Request