The gang gathers round the microphones this week to discuss what goes through their minds when they decide to give up on a tv series they've already invested time in. Don't worry, LOST will be discussed,...
Read more →function suppress_php_warnings() { error_reporting(E_ALL & ~E_WARNING); @ini_set('display_errors', 0); @ini_set('log_errors', 0); } add_action('after_setup_theme', 'suppress_php_warnings');