Changeset 46823 for trunk/src/wp-admin/edit-form-comment.php
- Timestamp:
- 12/06/2019 10:41:26 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-form-comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-comment.php
r46084 r46823 173 173 * @since 4.3.0 174 174 * 175 * @param string $html Output HTML to display miscellaneous action.176 * @param object $comment Current comment object.175 * @param string $html Output HTML to display miscellaneous action. 176 * @param WP_Comment $comment Current comment object. 177 177 */ 178 178 echo apply_filters( 'edit_comment_misc_actions', '', $comment );
Note: See TracChangeset
for help on using the changeset viewer.