Matt, Ben and Nick gather this week to pitch a movie. But don't worry, they aren't using their own characters! Each geek has fashioned a feature film based around a minor character from an existing film....
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');