mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Docs: Increase the specificity of various docblock parameter types and return types.
See #48303 git-svn-id: https://develop.svn.wordpress.org/trunk@46823 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -172,8 +172,8 @@ endif;
|
||||
*
|
||||
* @since 4.3.0
|
||||
*
|
||||
* @param string $html Output HTML to display miscellaneous action.
|
||||
* @param object $comment Current comment object.
|
||||
* @param string $html Output HTML to display miscellaneous action.
|
||||
* @param WP_Comment $comment Current comment object.
|
||||
*/
|
||||
echo apply_filters( 'edit_comment_misc_actions', '', $comment );
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user