From 67e12d960b166b12f7eee511bc8abf798533a872 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 3 Jan 2019 19:28:24 +0000 Subject: [PATCH] Docs: Update `since` tag for comment reply link improvements. Originally added in [42360]. Fixes #31590. git-svn-id: https://develop.svn.wordpress.org/trunk@44388 602fd350-edb4-49c9-b593-d223f7449a82 --- src/js/_enqueues/lib/comment-reply.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/js/_enqueues/lib/comment-reply.js b/src/js/_enqueues/lib/comment-reply.js index 0c09560f0d..71f997328e 100644 --- a/src/js/_enqueues/lib/comment-reply.js +++ b/src/js/_enqueues/lib/comment-reply.js @@ -50,7 +50,7 @@ window.addComment = ( function( window ) { * required to move the comment form. To allow for lazy loading of * comments this method is exposed as window.commentReply.init(). * - * @since 5.0.0 + * @since 5.1.0 * * @memberOf addComment * @@ -87,7 +87,7 @@ window.addComment = ( function( window ) { /** * Return all links classed .comment-reply-link. * - * @since 5.0.0 + * @since 5.1.0 * * @param {HTMLElement} context The parent DOM element to search for links. * @@ -117,7 +117,7 @@ window.addComment = ( function( window ) { /** * Cancel event handler. * - * @since 5.0.0 + * @since 5.1.0 * * @param {Event} event The calling event. */ @@ -142,7 +142,7 @@ window.addComment = ( function( window ) { /** * Click event handler. * - * @since 5.0.0 + * @since 5.1.0 * * @param {Event} event The calling event. */ @@ -169,7 +169,7 @@ window.addComment = ( function( window ) { * * Uses element.dataset if it exists, otherwise uses getAttribute. * - * @since 5.0.0 + * @since 5.1.0 * * @param {HTMLElement} Element DOM element with the attribute. * @param {String} Attribute the attribute to get. @@ -190,7 +190,7 @@ window.addComment = ( function( window ) { * * Local alias for document.getElementById. * - * @since 5.0.0 + * @since 5.1.0 * * @param {HTMLElement} The requested element. */