[wp-trac] [WordPress Trac] #12050: Link Manager Custom Column
WordPress Trac
wp-trac at lists.automattic.com
Tue Jan 26 21:59:32 UTC 2010
#12050: Link Manager Custom Column
--------------------------+-------------------------------------------------
Reporter: camiloclc | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: General | Version: 2.9.1
Severity: normal | Keywords: link, link manager, link custom
--------------------------+-------------------------------------------------
When adding custom columns to links, in wp-admin/link-manager.php line
242, the "td" attributes are not being echoed for these custom columns
like it is in other row based pages (post, page, comment) on the switch
statement, even though the variable is being populated.
The code in wp-admin/link-manager.php line 242 is:
{{{
<td><?php do_action('manage_link_custom_column', $column_name,
$link->link_id); ?></td>
}}}
But it should be:
{{{
<td <?php echo $attributes ?>><?php do_action('manage_link_custom_column',
$column_name, $link->link_id); ?></td>
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12050>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list