Make WordPress Core

Changeset 26340


Ignore:
Timestamp:
11/23/2013 09:27:05 PM (11 years ago)
Author:
DrewAPicture
Message:

Inline documentation for hooks in wp-admin/includes/class-wp-links-list-table.php.

Props JoshuaAbenazer, kpdesign.
Fixes #26052.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-links-list-table.php

    r23445 r26340  
    176176                        break;
    177177                    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                         */
    178186                        ?>
    179187                        <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.