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-admin/includes/comment.php

    r48576 r48585  
    123123     * @since 2.0.0
    124124     *
    125      * @param string $comment->comment_content Comment content.
     125     * @param string $comment_content Comment content.
    126126     */
    127127    $comment->comment_content = apply_filters( 'comment_edit_pre', $comment->comment_content );
Note: See TracChangeset for help on using the changeset viewer.