Make WordPress Core

Changes between Initial Version and Version 5 of Ticket #55537


Ignore:
Timestamp:
04/27/2022 01:15:34 PM (4 years ago)
Author:
afercia
Comment:

Thanks @alexstine. I went ahead and refreshed the patch against latest trunk. See 55537.2.diff

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55537

    • Property Keywords has-patch needs-testing added
    • Property Milestone Awaiting Review6.1
  • Ticket #55537 – Description

    initial v5  
    33Amongst other things, the `window.wpAjax` response takes care of displaying success / error admin notices on some pages. In [52170] a couple of these notices were paired with accessible audible messages via `wp.a11y.speak`.
    44
    5 There are a few more notices that can benefit from the same audibel messages, which are typically the responses triggered when `wp_die()` is used.
     5There are a few more notices that can benefit from the same audible messages, which are typically the responses triggered when `wp_die()` is used.