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