3
1
Back

Different than this foreach ($imgs as $img) { if ($title_text == $article['title'] || strpos($article['title'], $alt_text) !== False) { $alt_text = trim($entry->getAttribute('title')); $result_html .= $entry->ownerDocument->saveXML($entry); Added BCN, Something Positive } if (ADD_IDS) { $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } // Two Lumps elseif.

New Pull Request