From 2d36a7640a4b7ec7c1b2dbe74e9aba6dbac5f3d6 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Sun, 5 Jul 2020 08:01:51 +0000 Subject: [PATCH] Docs: Replace `@returns` tag in `media/views/attachment/details.js` with `@return`. Per the documentation standards, `@returns` is an unsupported synonym, `@return` should be used instead. Follow-up to [46800], [48232]. See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48309 602fd350-edb4-49c9-b593-d223f7449a82 --- src/js/media/views/attachment/details.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/media/views/attachment/details.js b/src/js/media/views/attachment/details.js index f6c2726351..877eac6371 100644 --- a/src/js/media/views/attachment/details.js +++ b/src/js/media/views/attachment/details.js @@ -35,7 +35,7 @@ Details = Attachment.extend(/** @lends wp.media.view.Attachment.Details.prototyp * * @param {MouseEvent} event A click event. * - * @returns {void} + * @return {void} */ copyAttachmentDetailsURLClipboard: function() { var clipboard = new ClipboardJS( '.copy-attachment-url' ),