Labels Milestones
Back$doc->loadHTML($article['content']); $xpath = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); $article['content'] = $img_tag . $article['content']; } // Something Positive Some comics supported elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) .
New Pull Request