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.