I am using the following function to pull links from the data.
<?php get_links('-1', '<li>', '</li>', '', FALSE, 'id', TRUE, TRUE, -1, TRUE); ?>
For some reason, since upgrading to 2.2, I am seeing 0's displayed after the links. Does anyone know why this is occuring?