Changes between Initial Version and Version 2 of Ticket #48383
- Timestamp:
- 10/21/2019 05:46:27 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48383
- Property Keywords has-patch added
- Property Owner set to SergeyBiryukov
-
Property
Status
changed from
new
toreviewing
-
Property
Milestone
changed from
Awaiting Review
to5.4
-
Ticket #48383 – Description
initial v2 1 Enhanced missing information of Codex for esc_attr_e, esc_attr_x, esc_html_e and esc_html_xin wp-includes/l10n.php. Other l10n functions are fully migrated.1 Enhanced missing information of Codex for `esc_attr_e`, `esc_attr_x`, `esc_html_e` and `esc_html_x` in wp-includes/l10n.php. Other l10n functions are fully migrated. 2 2 3 3 … … 73 73 }}} 74 74 75 Other l10n functions are OK, fully migrated: translate(), __(), _e(), _n(), _x(), _ex(), _nx(), esc_attr__(), esc_html__(), _n_noop(), _nx_noop(), translate_nooped_plural().75 Other l10n functions are OK, fully migrated: `translate()`, `__()`, `_e()`, `_n()`, `_x()`, `_ex()`, `_nx()`, `esc_attr__()`, `esc_html__()`, `_n_noop()`, `_nx_noop()`, `translate_nooped_plural()`. 76 76 77 77 This is the action of inline docs and Codex migration initiatives.