Make WordPress Core

Changeset 59863


Ignore:
Timestamp:
02/24/2025 06:34:09 AM (9 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct DocBlock formatting for wp_check_comment_data().

Follow-up to [59319].

See #62281.

File:
1 edited

Legend:

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

    r59860 r59863  
    12611261 * @param array $comment_data Array of arguments for inserting a comment.
    12621262 * @return int|string|WP_Error The approval status on success (0|1|'spam'|'trash'),
    1263   *                            WP_Error otherwise.
     1263 *                             WP_Error otherwise.
    12641264 */
    12651265function wp_check_comment_data( $comment_data ) {
Note: See TracChangeset for help on using the changeset viewer.