In earlier wordpress versions one could use the following code for displaying description of a link category:
<?php echo category_description(12); ?>
Where 12 is the category ID.
Now since categories and link categories are made completely 2 different entities... the above code dsnt work. I dont see any other wordpress tag supporting this.
Can someone please let me know how can i achieve this?