Labels Milestones
BackElseif ($alt_text == $article['title'] || strpos($article['title'], $alt_text) !== false){ // there's both alt and title texts, they're both different, use both. } elseif (strpos($article['link'], 'jesusandmo.net') !== FALSE) { $article['content'] .= "
" . $msg . ""; } if (ADD_IDS) { $article['content'] .= "
Alt: $alt_text"; list($html, $content_type) = $this->get_content($link); $doc = new DOMDocument(); // replace the