3
1
Back

Way to the middle // the larger diameter of the Stick elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); elseif (strpos($article['content'], 'invisiblebread.com/2') !== FALSE) { $article['content'] .= "

" . $entry->textContent . "

"; } } Clean up code formatting.

New Pull Request