Changeset 61649 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 02/15/2026 11:17:55 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r61034 r61649 2158 2158 * @access private 2159 2159 * 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. 2162 2162 * @return int Comment's reply to ID. 2163 2163 */
Note: See TracChangeset
for help on using the changeset viewer.