Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #52891, comment 4


Ignore:
Timestamp:
03/23/2021 10:01:29 PM (4 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52891, comment 4

    initial v1  
    22> I assume this is to improve accessibility, but not sure what was wrong?
    33
    4 The `sprintf()` function was erroneously used instead of `printf()` so the screen reader text is not actually printed.
     4The `sprintf()` function was erroneously used instead of `printf()`, so the screen reader text is not actually printed.