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
This commit is contained in:
Jonathan Desrosiers 2019-01-03 19:28:24 +00:00
parent 65073950d3
commit 67e12d960b
1 changed files with 6 additions and 6 deletions

View File

@ -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.
*/