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.