Changeset 26340
- Timestamp:
- 11/23/2013 09:27:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-links-list-table.php
r23445 r26340 176 176 break; 177 177 default: 178 /** 179 * Fires for each registered custom link column. 180 * 181 * @since 2.1.0 182 * 183 * @param string $column_name Name of the custom column. 184 * @param int $link_id Link ID. 185 */ 178 186 ?> 179 187 <td <?php echo $attributes ?>><?php do_action( 'manage_link_custom_column', $column_name, $link->link_id ); ?></td>
Note: See TracChangeset
for help on using the changeset viewer.