Changeset 8132
- Timestamp:
- 06/20/2008 01:54:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/bookmark-template.php
r8104 r8132 213 213 $output .= str_replace(array('%id', '%class'), array("linkcat-$cat->term_id", $class), $category_before); 214 214 $catname = apply_filters( "link_category", $cat->name ); 215 $output .= "$title_before$catname$title_after\n\t<ul >\n";215 $output .= "$title_before$catname$title_after\n\t<ul class='xoxo blogroll'>\n"; 216 216 $output .= _walk_bookmarks($bookmarks, $r); 217 217 $output .= "\n\t</ul>\n$category_after\n"; … … 224 224 if ( !empty( $title_li ) ){ 225 225 $output .= str_replace(array('%id', '%class'), array("linkcat-$category", $class), $category_before); 226 $output .= "$title_before$title_li$title_after\n\t<ul >\n";226 $output .= "$title_before$title_li$title_after\n\t<ul class='xoxo blogroll'>\n"; 227 227 $output .= _walk_bookmarks($bookmarks, $r); 228 228 $output .= "\n\t</ul>\n$category_after\n";
Note: See TracChangeset
for help on using the changeset viewer.