Make WordPress Core

Changeset 33203


Ignore:
Timestamp:
07/13/2015 05:58:36 PM (11 years ago)
Author:
DrewAPicture
Message:

Add a true return description to the test() method added to wpEmoji in 4.3.

See [32335]. See #32891.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/wp-emoji.js

    r32959 r33203  
    9292
    9393                /**
    94                  * Test if a text string contains emoji characters
     94                 * Test if a text string contains emoji characters.
    9595                 *
    9696                 * @since 4.3.0
    9797                 *
    9898                 * @param {String} text The string to test
    99                  * @returns Boolean
     99                 *
     100                 * @return {Boolean} Whether the string contains emoji characters.
    100101                 */
    101102                function test( text ) {
Note: See TracChangeset for help on using the changeset viewer.