Make WordPress Core

Changeset 48298


Ignore:
Timestamp:
07/04/2020 07:07:38 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Replace @returns tag in wp-admin/js/post.js with @return.

Per the documentation standards, @returns is an unsupported synonym, @return should be used instead.

Follow-up to [46800], [48232].

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/admin/post.js

    r48232 r48298  
    12291229     * @param {MouseEvent} event A click event.
    12301230     *
    1231      * @returns {void}
     1231     * @return {void}
    12321232     */
    12331233    copyAttachmentURLClipboard.on( 'success', function( event ) {
Note: See TracChangeset for help on using the changeset viewer.