diff --git a/wp-includes/js/comment-reply.js b/wp-includes/js/comment-reply.js index 0c09560f0d..71f997328e 100644 --- a/wp-includes/js/comment-reply.js +++ b/wp-includes/js/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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 8ed584b594..9e120b5b53 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.