Index: E:/EclipseWork/WordPressDev/wp-includes/bookmark-template.php
===================================================================
--- E:/EclipseWork/WordPressDev/wp-includes/bookmark-template.php	(revision 4969)
+++ E:/EclipseWork/WordPressDev/wp-includes/bookmark-template.php	(working copy)
@@ -136,7 +136,10 @@
 
 		if ( $show_description && '' != $desc )
 			$output .= $between . $desc;
-
+			
+		if ( $show_rating ) 
+ 		    $output .= " " . get_linkrating($row); 
+ 	
 		$output .= "$after\n";
 	} // end while
 
@@ -304,6 +307,10 @@
 
 		if ( $show_description && '' != $desc )
 			$output .= $between . $desc;
+
+		if ( $show_rating ) 
+ 		    $output .= " " . get_linkrating($bookmark); 
+
 		$output .= "$after\n";
 	} // end while
 
