3
1
Back

$xpath->query('//img'); $alt_text = trim($img->getAttribute('alt')); if (!$alt_text || strpos($article['title'], $title_text) !== False) { if ($img->getAttribute('title')) { // XKCD (alt tags we don't need to call out for) // Dead Philosophers Added BCN, Something Positive elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) .

New Pull Request