Ticket #5112: links-widget.diff
| File links-widget.diff, 638 bytes (added by , 19 years ago) |
|---|
-
C:/Inetpub/wwwroot/sem-pro/wp-includes/widgets.php
400 400 wp_list_bookmarks(array( 401 401 'title_before' => $before_title, 'title_after' => $after_title, 402 402 'category_before' => $before_widget, 'category_after' => $after_widget, 403 'show_images' => true, 'class' => 'linkcat widget' 403 'show_images' => true, 'class' => 'linkcat widget', 'show_description' => true, 'between' => '<br />' 404 404 )); 405 405 } 406 406