3
1
Back

[PATCH] Updated LICD, alter alt-textify to handle both title and alt tags textified. $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } // Dinosaur Comics Cleanup elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="container"]//center//img)', $article); } Added BCN, Something Positive if (!$alt_text){ Added BCN, Something Positive elseif (strpos($article['link'], 'questionablecontent') !== FALSE) .

New Pull Request