Make WordPress Core


Ignore:
Timestamp:
02/15/2026 11:17:55 PM (3 months ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing null to $post parameter types in various functions.

Props apermo.
Fixes #64645.

File:
1 edited

Legend:

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

    r61034 r61649  
    21582158 * @access private
    21592159 *
    2160  * @param int|WP_Post $post The post the comment is being displayed for.
    2161  *                          Defaults to the current global post.
     2160 * @param int|WP_Post|null $post The post the comment is being displayed for.
     2161 *                               Defaults to the current global post.
    21622162 * @return int Comment's reply to ID.
    21632163 */
Note: See TracChangeset for help on using the changeset viewer.