3
1
Back

If (!$alt_text || strpos($article['title'], $alt_text) !== False) { if (!$alt_text && !$title_text) { $new_element->appendChild($para_element); if ($alt_text && $alt_text != $article['title']){ $result_html .= "
Alt: " . $img->getAttribute('title') .

New Pull Request