Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Late escape latest comments block (#37865)
* Initial pass * Escape comment excerpt * Escape comment post title * Escape author name * Revert escaping of translations * Move Post title escaping at point of output Previously we were esaping within the function generating the title. Now we escape the result of calling the function. * Revert escaping of hardcoded inlined string The key here is that they are inlined and not variables * Revert escape of comment excerpt This is not escaped when used in Core so is ok * Revert escaping get_block_wrapper_attributes
- Loading branch information