3
1
Back

{ $alt_text = $entry->getAttribute('alt'); $alt_text = trim($img->getAttribute('alt')); if (!$alt_text || strpos($article['title'], $title_text) !== false){ } elseif (strpos($title_text, $alt_text) !== False) { if (!$alt_text || strpos($article['title'], $alt_text.

New Pull Request