Make WordPress Core

Changeset 44388


Ignore:
Timestamp:
01/03/2019 07:28:24 PM (6 years ago)
Author:
desrosj
Message:

Docs: Update since tag for comment reply link improvements.

Originally added in [42360].

Fixes #31590.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/lib/comment-reply.js

    r43577 r44388  
    5151     * comments this method is exposed as window.commentReply.init().
    5252     *
    53      * @since 5.0.0
     53     * @since 5.1.0
    5454     *
    5555     * @memberOf addComment
     
    8888     * Return all links classed .comment-reply-link.
    8989     *
    90      * @since 5.0.0
     90     * @since 5.1.0
    9191     *
    9292     * @param {HTMLElement} context The parent DOM element to search for links.
     
    118118     * Cancel event handler.
    119119     *
    120      * @since 5.0.0
     120     * @since 5.1.0
    121121     *
    122122     * @param {Event} event The calling event.
     
    143143     * Click event handler.
    144144     *
    145      * @since 5.0.0
     145     * @since 5.1.0
    146146     *
    147147     * @param {Event} event The calling event.
     
    170170     * Uses element.dataset if it exists, otherwise uses getAttribute.
    171171     *
    172      * @since 5.0.0
     172     * @since 5.1.0
    173173     *
    174174     * @param {HTMLElement} Element DOM element with the attribute.
     
    191191     * Local alias for document.getElementById.
    192192     *
    193      * @since 5.0.0
     193     * @since 5.1.0
    194194     *
    195195     * @param {HTMLElement} The requested element.
Note: See TracChangeset for help on using the changeset viewer.