You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accessibility: Feedback & focus on deleting terms via AJAX.
When deleting a term using AJAX, notify screen reader users of the deletion using `wp.a11y.speak()`, set the active row to be unfocusable, then explicitly set new focus after the deletion is completed.
Props jeremyfelt, afercia, wido, nikunj8866, SirLouen, pmbaldha, joedolson.
Fixes #47101.
git-svn-id: https://develop.svn.wordpress.org/trunk@60700 602fd350-edb4-49c9-b593-d223f7449a82
$('#ajax-response').empty().append('<div class="notice notice-error"><p>'+wp.i18n.__('An error occurred while processing your request. Please try again later.')+'</p></div>');
63
-
tr.children().css('backgroundColor','');
83
+
message=wp.i18n.__('An error occurred while processing your request. Please try again later.');
0 commit comments