3
1
Back

$article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } // Wondermark (alt tag elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE.

New Pull Request