From ba9e0ac030a19e8c381b177c8dc4ee2524eecec0 Mon Sep 17 00:00:00 2001 From: atimmer Date: Thu, 28 Jun 2018 02:27:38 +0000 Subject: [PATCH] Docs: Improve JSDoc for `admin-bar.js`. Change an incorrect type and description after [43332]. Props afercia. See #43871. Built from https://develop.svn.wordpress.org/trunk@43341 git-svn-id: http://core.svn.wordpress.org/trunk@43169 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/admin-bar.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/js/admin-bar.js b/wp-includes/js/admin-bar.js index bc63d5e589..9a2ae053a7 100644 --- a/wp-includes/js/admin-bar.js +++ b/wp-includes/js/admin-bar.js @@ -409,7 +409,7 @@ if ( typeof(jQuery) != 'undefined' ) { * * @since 3.1.0 * - * @param {HTMLElement} e The HTML element. + * @param {Object} e The click event. * * @return {boolean} Returns false to prevent default click behavior. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index a32c1d1286..459e6cc264 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43340'; +$wp_version = '5.0-alpha-43341'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.