diff --git a/wp-content/themes/twentysixteen/js/functions.js b/wp-content/themes/twentysixteen/js/functions.js index 4c3b97d032..12e2ed0ca1 100644 --- a/wp-content/themes/twentysixteen/js/functions.js +++ b/wp-content/themes/twentysixteen/js/functions.js @@ -94,7 +94,7 @@ } } ); } else { - siteNavigation.find( '.menu-item-has-children > a' ).unbind( 'touchstart.twentysixteen' ); + siteNavigation.find( '.menu-item-has-children > a' ).off( 'touchstart.twentysixteen' ); } } diff --git a/wp-includes/version.php b/wp-includes/version.php index 3589aa4737..15048afb93 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta2-56101'; +$wp_version = '6.3-beta2-56102'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.