Use correct var. Props charismabiz. fixes #4246 for 2.2

git-svn-id: http://svn.automattic.com/wordpress/branches/2.2@5434 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-05-10 21:07:51 +00:00
parent cc6a998e20
commit ec0efa21b5
1 changed files with 1 additions and 1 deletions

View File

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