Make WordPress Core

Ticket #49076: tck49076.diff

File tck49076.diff, 696 bytes (added by stevenlinx, 5 years ago)
  • src/wp-includes/comment-template.php

    diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php
    index 2ed2a32cd3..72f7291e1d 100644
    a b function comment_author_IP( $comment_ID = 0 ) { // phpcs:ignore WordPress.Naming 
    295295
    296296/**
    297297 * Retrieve the url of the author of the current comment.
     298 *
     299 * Returns the comment author's URL (usually their web site), not linked. This tag must be within The Loop, or a comment loop.
     300 *
     301 * If the author provided no URL, this will return an empty string.
    298302 *
    299303 * @since 1.5.0
    300304 * @since 4.4.0 Added the ability for `$comment_ID` to also accept a WP_Comment object.