Docs: Use more appropriate variable names in the inline docs for action and filter parameters.

See #49572

git-svn-id: https://develop.svn.wordpress.org/trunk@48585 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2020-07-23 19:04:38 +00:00
parent c0d3d7627b
commit b6046636f0
5 changed files with 8 additions and 8 deletions

View File

@@ -122,7 +122,7 @@ function get_comment_to_edit( $id ) {
*
* @since 2.0.0
*
* @param string $comment->comment_content Comment content.
* @param string $comment_content Comment content.
*/
$comment->comment_content = apply_filters( 'comment_edit_pre', $comment->comment_content );