Fix the summary and add a missing variable in the hook docs for the `edit_comment_misc_actions` filter.

See [32929]. See #32891.


git-svn-id: https://develop.svn.wordpress.org/trunk@33177 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-07-12 18:28:28 +00:00
parent c2cd7bfc2f
commit 484cc0db21
1 changed files with 2 additions and 2 deletions

View File

@ -133,11 +133,11 @@ if ( $comment->comment_parent ) :
<?php
/**
* Add additional miscellaneous actions to the edit comment form sidebar.
* Filter miscellaneous actions for the edit comment form sidebar.
*
* @since 4.3.0
*
* @param string Output HTML to display miscellaneous action.
* @param string $html Output HTML to display miscellaneous action.
* @param object $comment Current comment object.
*/
echo apply_filters( 'edit_comment_misc_actions', '', $comment );