diff -r 34716fd837a4 -r be944660c56a wp/wp-includes/js/wp-pointer.js --- a/wp/wp-includes/js/wp-pointer.js Tue Dec 15 15:52:01 2020 +0100 +++ b/wp/wp-includes/js/wp-pointer.js Wed Sep 21 18:19:35 2022 +0200 @@ -19,7 +19,7 @@ buttons: function( event, t ) { var button = $('').text( wp.i18n.__( 'Dismiss' ) ); - return button.bind( 'click.pointer', function(e) { + return button.on( 'click.pointer', function(e) { e.preventDefault(); t.element.pointer('close'); });