Make WordPress Core

Ticket #50642: 50642.diff

File 50642.diff, 650 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 d792bffd9c..daa9cc2049 100644
    a b function get_cancel_comment_reply_link( $text = '' ) { 
    18931893 *
    18941894 * @since 2.7.0
    18951895 *
    1896  * @param string $text Optional. Text to display for cancel reply link. Default empty.
     1896 * @param string $text Optional. Text to display for cancel reply link. If empty, text defaults to 'Click here to cancel reply.' Default empty.
    18971897 */
    18981898function cancel_comment_reply_link( $text = '' ) {
    18991899        echo get_cancel_comment_reply_link( $text );