mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user