Changeset 33203
- Timestamp:
- 07/13/2015 05:58:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/wp-emoji.js
r32959 r33203 92 92 93 93 /** 94 * Test if a text string contains emoji characters 94 * Test if a text string contains emoji characters. 95 95 * 96 96 * @since 4.3.0 97 97 * 98 98 * @param {String} text The string to test 99 * @returns Boolean 99 * 100 * @return {Boolean} Whether the string contains emoji characters. 100 101 */ 101 102 function test( text ) {
Note: See TracChangeset
for help on using the changeset viewer.