Changes between Initial Version and Version 2 of Ticket #37057
- Timestamp:
- 06/09/2016 01:19:46 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37057 – Description
initial v2 3 3 Expected next thing to be an escaping function (see Codex for 'Data Validation'), not '_nx' 4 4 5 Certain functions like _x(), _e(), __()all have equivalent esc_html functions. But there are no esc_html equivalent for these other functions.5 Certain functions like `_x()`, `_e()`, `__()` all have equivalent esc_html functions. But there are no esc_html equivalent for these other functions. 6 6 7 Granted one could simply wrap the statements in esc_html(), for the sake of consistency and standardization for theme developers, I feel that esc_html versions of these functions should be created.7 Granted one could simply wrap the statements in `esc_html()`, for the sake of consistency and standardization for theme developers, I feel that esc_html versions of these functions should be created.