Changeset 33891 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 09/03/2015 06:16:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r33833 r33891 549 549 550 550 /** 551 * @global object $comment552 * 553 * @param object $comment554 * @param bool $show_date551 * @global WP_Comment $comment 552 * 553 * @param WP_Comment $comment 554 * @param bool $show_date 555 555 */ 556 556 function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) { … … 604 604 * @since 2.6.0 605 605 * 606 * @param array $actions An array of comment actions. Default actions include:607 * 'Approve', 'Unapprove', 'Edit', 'Reply', 'Spam',608 * 'Delete', and 'Trash'.609 * @param object $comment The comment object.606 * @param array $actions An array of comment actions. Default actions include: 607 * 'Approve', 'Unapprove', 'Edit', 'Reply', 'Spam', 608 * 'Delete', and 'Trash'. 609 * @param WP_Comment $comment The comment object. 610 610 */ 611 611 $actions = apply_filters( 'comment_row_actions', array_filter($actions), $comment );
Note: See TracChangeset
for help on using the changeset viewer.