[wp-testers] Parameter issue?

Craig nuclearmoose at gmail.com
Sat Nov 25 02:18:52 GMT 2006


I have a theme with the following code in the sidebar.php file:

<?php get_links('-1', '<li>', '</li>', '', 0, 'name', 0, 0, -1, 0); ?>

I want it to NOT display link descriptions, so I change it to this:

<?php get_links('-1', '<li>', '</li>', '', 0, 'name', FALSE, 0, 0, -1, 0);
?>

The result is that my blogroll does not show up at all. Is this due to code
changes in 2.1 Alpha 3 or is it because I simply don't know what the hell
I'm doing? :)

Craig.


More information about the wp-testers mailing list