3
1
Back

Elseif (strpos($title_text, $alt_text) !== false){ // there's both alt and title texts, they're both different, use both. } elseif (strpos($title_text, $alt_text) !== false){ } elseif (strpos($alt_text, $title_text) !== false){ } elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { Clean up code formatting; added a few comics.

New Pull Request