[wp-trac] Re: [WordPress Trac] #6491: Multiple links categories
yields invalid XHTML in links widget
WordPress Trac
wp-trac at lists.automattic.com
Mon Mar 31 04:36:13 GMT 2008
#6491: Multiple links categories yields invalid XHTML in links widget
---------------------+------------------------------------------------------
Reporter: jrbirge | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.6
Component: General | Version: 2.5.1
Severity: normal | Resolution:
Keywords: |
---------------------+------------------------------------------------------
Comment (by jrbirge):
For what it's worth (I'm not very familiar with WP development) I think
this can be fixed quite easily by removing one line from widgets.php:
--- widgets.php (revision 7580)
+++ widgets.php (working copy)
@@ -430,7 +430,6 @@
extract($args, EXTR_SKIP);
wp_list_bookmarks(array(
'title_before' => $before_title, 'title_after' =>
$after_title,
- 'category_before' => $before_widget, 'category_after' =>
$after_widget,
'show_images' => true, 'class' => 'linkcat widget'
));
}
--
Ticket URL: <http://trac.wordpress.org/ticket/6491#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list