From 8ac2091f5dc605e90365593c3c8d95ae1f3e9110 Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 3 Jan 2019 19:29:51 +0000 Subject: [PATCH] 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 --- wp-includes/js/comment-reply.js | 12 ++++++------ wp-includes/version.php | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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.