Replace code:
$link = 'index.php?option=com_jwallpapers&view=picture&id=' . ( int ) $id . '&Itemid=' . ( int ) $_Itemid;
with
$link = JRoute::_('index.php?option=com_jwallpapers&view=picture&id=' . ( int ) $id . '&Itemid=' . ( int ) $_Itemid);
In my mind it will be more correct.