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.

Built from https://develop.svn.wordpress.org/trunk@48309


git-svn-id: http://core.svn.wordpress.org/trunk@48078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2020-07-05 08:03:01 +00:00
parent 0386c0ae6c
commit e661df6b9e
2 changed files with 2 additions and 2 deletions

View File

@ -9031,7 +9031,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' ),

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-48308';
$wp_version = '5.5-alpha-48309';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.