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:
John Blackbourn
2019-12-06 22:41:26 +00:00
parent 5464dcb2c5
commit 726d3a1d9c
26 changed files with 78 additions and 78 deletions
+2 -2
View File
@@ -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 );
?>