ok that worked for the first parse error but now for some reason I am getting an error on line 530:
Parse error: parse error, unexpected $ in /wp-content/plugins/hungryfeed/hungryfeed.php on line 530
I commented out like so:
/**
{
try {
$source_title = $item->data['child']['']['source'][0]['data'];
$source_permalink = $item->data['child']['']['source'][0]['attribs']['url'];
} catch (Exception $ex) {}
}
*/