From d90213bf186f71327df7769a4ba7f0380e43bb60 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 4 Jul 2020 19:10:10 +0000 Subject: [PATCH] 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. Built from https://develop.svn.wordpress.org/trunk@48298 git-svn-id: http://core.svn.wordpress.org/trunk@48067 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/post.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/js/post.js b/wp-admin/js/post.js index 127757ede5..991c6fd0a9 100644 --- a/wp-admin/js/post.js +++ b/wp-admin/js/post.js @@ -1228,7 +1228,7 @@ jQuery(document).ready( function($) { * * @param {MouseEvent} event A click event. * - * @returns {void} + * @return {void} */ copyAttachmentURLClipboard.on( 'success', function( event ) { var triggerElement = $( event.trigger ), diff --git a/wp-includes/version.php b/wp-includes/version.php index d6ecd9573e..54efebeb32 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-48297'; +$wp_version = '5.5-alpha-48298'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.