Docs: Update `since` tag for comment reply link improvements.

Originally added in [42360].

Fixes #31590.
Built from https://develop.svn.wordpress.org/trunk@44388


git-svn-id: http://core.svn.wordpress.org/trunk@44218 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2019-01-03 19:29:51 +00:00
parent 8f3ee6d243
commit 8ac2091f5d
2 changed files with 7 additions and 7 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.
*/

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44386';
$wp_version = '5.1-alpha-44388';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.