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
This commit is contained in:
Andrea Fercia 2020-07-05 08:01:51 +00:00
parent 8082c60b5f
commit 2d36a7640a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Details = Attachment.extend(/** @lends wp.media.view.Attachment.Details.prototyp
* *
* @param {MouseEvent} event A click event. * @param {MouseEvent} event A click event.
* *
* @returns {void} * @return {void}
*/ */
copyAttachmentDetailsURLClipboard: function() { copyAttachmentDetailsURLClipboard: function() {
var clipboard = new ClipboardJS( '.copy-attachment-url' ), var clipboard = new ClipboardJS( '.copy-attachment-url' ),