mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +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:
@@ -110,8 +110,8 @@ do_action( 'rss_tag_pre', 'rss2-comments' );
|
||||
*
|
||||
* @since 2.1.0
|
||||
*
|
||||
* @param int $comment->comment_ID The ID of the comment being displayed.
|
||||
* @param int $comment_post->ID The ID of the post the comment is connected to.
|
||||
* @param int $comment_ID The ID of the comment being displayed.
|
||||
* @param int $ID The ID of the post the comment is connected to.
|
||||
*/
|
||||
do_action( 'commentrss2_item', $comment->comment_ID, $comment_post->ID );
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user