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

git-svn-id: https://develop.svn.wordpress.org/trunk@5435 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-05-10 21:08:13 +00:00
parent 7073026058
commit 8ea77a6001
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;