Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:04:38 PM (5 years ago)
Author:
johnbillion
Message:

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

See #49572

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/feed-rss2-comments.php

    r47122 r48585  
    111111         * @since 2.1.0
    112112         *
    113          * @param int $comment->comment_ID The ID of the comment being displayed.
    114          * @param int $comment_post->ID    The ID of the post the comment is connected to.
     113         * @param int $comment_ID The ID of the comment being displayed.
     114         * @param int $ID         The ID of the post the comment is connected to.
    115115         */
    116116        do_action( 'commentrss2_item', $comment->comment_ID, $comment_post->ID );
Note: See TracChangeset for help on using the changeset viewer.