Changes between Version 1 and Version 2 of Ticket #37492, comment 10
- Timestamp:
- 10/14/2016 06:17:43 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37492, comment 10
v1 v2 1 1 @ocean90 I'm not fixing anything, I'm trying to unify translation strings inside `wp_die()`. The i18n component seems like the most suitable component for this ticket. 2 3 You are right, the strings have no HTML tags, but the `wp_die()` do have HTML tags. 4 5 I just want to have a standard way to show error messages. Either with H1 tags, in this case lets add them to all 500+ other die functions, or remove the H1 tags from the remaining 32 die functions.