Make WordPress Core

Changeset 42821


Ignore:
Timestamp:
03/10/2018 01:49:22 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typos in _wp_emoji_list() description.

See #42505.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/formatting.php

    r42770 r42821  
    56545654
    56555655/**
    5656  * Returns a arrays of emoji data.
    5657  *
    5658  * These arrays automatically built from the regex in twemoji.js - if they need to be updated,
     5656 * Returns arrays of emoji data.
     5657 *
     5658 * These arrays are automatically built from the regex in twemoji.js - if they need to be updated,
    56595659 * you should update the regex there, then run the `grunt precommit:emoji` job.
    56605660 *
Note: See TracChangeset for help on using the changeset viewer.