Make WordPress Core

Changeset 49934


Ignore:
Timestamp:
01/05/2021 04:44:24 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in wp_set_comment_status filter DocBlock.

Follow-up to [49926].

See #51800.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment.php

    r49927 r49934  
    24092409     * @param int    $comment_id     Comment ID.
    24102410     * @param string $comment_status Current comment status. Possible values include
    2411      *                               'hold', '0', 'approve', '1, 'spam', and 'trash'.
     2411     *                               'hold', '0', 'approve', '1', 'spam', and 'trash'.
    24122412     */
    24132413    do_action( 'wp_set_comment_status', $comment->comment_ID, $comment_status );
Note: See TracChangeset for help on using the changeset viewer.