Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #48383


Ignore:
Timestamp:
10/21/2019 05:46:27 PM (6 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48383

    • Property Keywords has-patch added
    • Property Owner set to SergeyBiryukov
    • Property Status changed from new to reviewing
    • Property Milestone changed from Awaiting Review to 5.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_x in wp-includes/l10n.php. Other l10n functions are fully migrated.
     1Enhanced 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.
    22
    33
     
    7373}}}
    7474
    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().
     75Other l10n functions are OK, fully migrated: `translate()`, `__()`, `_e()`, `_n()`, `_x()`, `_ex()`, `_nx()`, `esc_attr__()`, `esc_html__()`, `_n_noop()`, `_nx_noop()`, `translate_nooped_plural()`.
    7676
    7777This is the action of inline docs and Codex migration initiatives.