3
1
Back

These are some setup variables... You probably won't need to call out for foreach ($imgs as $img) { $article['content'] .= "
Alt: $alt_text
"; list($html, $content_type) = $this->get_content($link); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] = $img; } } if(ADD_IDS){ $article['content'] .= "

" . $entry->textContent . "

"; } .

New Pull Request