Changeset 5153 for trunk/wp-includes/bookmark-template.php
- Timestamp:
- 03/31/2007 07:43:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/bookmark-template.php
r5090 r5153 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"; … … 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
Note: See TracChangeset
for help on using the changeset viewer.