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:
parent
7073026058
commit
8ea77a6001
|
@ -180,7 +180,7 @@ if ( $links ) {
|
||||||
break;
|
break;
|
||||||
default:
|
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
|
<?php
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue