Show td attributes for custon coolumns. Props camiloclc. fixes #12050

git-svn-id: https://develop.svn.wordpress.org/trunk@12872 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-01-27 14:28:03 +00:00
parent 5fd2d9c671
commit 0a04925b33
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ if ( $links ) {
break;
default:
?>
<td><?php do_action('manage_link_custom_column', $column_name, $link->link_id); ?></td>
<td <?php echo $attributes ?>><?php do_action('manage_link_custom_column', $column_name, $link->link_id); ?></td>
<?php
break;