Ticket #3916: 3916.diff
File 3916.diff, 673 bytes (added by , 18 years ago) |
---|
-
wp-includes/bookmark-template.php
136 136 137 137 if ( $show_description && '' != $desc ) 138 138 $output .= $between . $desc; 139 140 if ($show_rating) { 141 $output .= $between . get_linkrating($row); 142 } 139 143 140 144 $output .= "$after\n"; 141 145 } // end while … … 304 308 305 309 if ( $show_description && '' != $desc ) 306 310 $output .= $between . $desc; 311 312 if ($show_rating) { 313 $output .= $between . get_linkrating($bookmark); 314 } 315 307 316 $output .= "$after\n"; 308 317 } // end while 309 318