3
1
Back

Catch (Exception $e) { $article['content'] .= $aftercomic; } } if(ADD_IDS){ $article['content'] .= "
Error processing via _comics plugin!" . $e->getMessage(); } } // Scenes From A Multiverse (to get alt tags if both exist Updated LICD, alter alt-textify to handle both title and alt tags elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); // And get blog $entries = $xpath->query("//div[@id='comic-notes']"); foreach ($entries as $entry) { $article['content'] .

New Pull Request