Make WordPress Core


Ignore:
Timestamp:
01/27/2010 02:28:03 PM (17 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-manager.php

    r12789 r12872  
    240240                                default:
    241241                                        ?>
    242                                         <td><?php do_action('manage_link_custom_column', $column_name, $link->link_id); ?></td>
     242                                        <td <?php echo $attributes ?>><?php do_action('manage_link_custom_column', $column_name, $link->link_id); ?></td>
    243243                                        <?php
    244244                                        break;
Note: See TracChangeset for help on using the changeset viewer.