Changeset 42228 for trunk/src/wp-includes/functions.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r42217 r42228 3384 3384 ':neutral:' => "\xf0\x9f\x98\x90", 3385 3385 ':twisted:' => "\xf0\x9f\x98\x88", 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3386 ':arrow:' => "\xe2\x9e\xa1", 3387 ':shock:' => "\xf0\x9f\x98\xaf", 3388 ':smile:' => "\xf0\x9f\x99\x82", 3389 ':???:' => "\xf0\x9f\x98\x95", 3390 ':cool:' => "\xf0\x9f\x98\x8e", 3391 ':evil:' => "\xf0\x9f\x91\xbf", 3392 ':grin:' => "\xf0\x9f\x98\x80", 3393 ':idea:' => "\xf0\x9f\x92\xa1", 3394 ':oops:' => "\xf0\x9f\x98\xb3", 3395 ':razz:' => "\xf0\x9f\x98\x9b", 3396 ':roll:' => "\xf0\x9f\x99\x84", 3397 ':wink:' => "\xf0\x9f\x98\x89", 3398 ':cry:' => "\xf0\x9f\x98\xa5", 3399 ':eek:' => "\xf0\x9f\x98\xae", 3400 ':lol:' => "\xf0\x9f\x98\x86", 3401 ':mad:' => "\xf0\x9f\x98\xa1", 3402 ':sad:' => "\xf0\x9f\x99\x81", 3403 '8-)' => "\xf0\x9f\x98\x8e", 3404 '8-O' => "\xf0\x9f\x98\xaf", 3405 ':-(' => "\xf0\x9f\x99\x81", 3406 ':-)' => "\xf0\x9f\x99\x82", 3407 ':-?' => "\xf0\x9f\x98\x95", 3408 ':-D' => "\xf0\x9f\x98\x80", 3409 ':-P' => "\xf0\x9f\x98\x9b", 3410 ':-o' => "\xf0\x9f\x98\xae", 3411 ':-x' => "\xf0\x9f\x98\xa1", 3412 ':-|' => "\xf0\x9f\x98\x90", 3413 ';-)' => "\xf0\x9f\x98\x89", 3414 3414 // This one transformation breaks regular text with frequency. 3415 3415 // '8)' => "\xf0\x9f\x98\x8e", 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3416 '8O' => "\xf0\x9f\x98\xaf", 3417 ':(' => "\xf0\x9f\x99\x81", 3418 ':)' => "\xf0\x9f\x99\x82", 3419 ':?' => "\xf0\x9f\x98\x95", 3420 ':D' => "\xf0\x9f\x98\x80", 3421 ':P' => "\xf0\x9f\x98\x9b", 3422 ':o' => "\xf0\x9f\x98\xae", 3423 ':x' => "\xf0\x9f\x98\xa1", 3424 ':|' => "\xf0\x9f\x98\x90", 3425 ';)' => "\xf0\x9f\x98\x89", 3426 ':!:' => "\xe2\x9d\x97", 3427 ':?:' => "\xe2\x9d\x93", 3428 3428 ); 3429 3429 }
Note: See TracChangeset
for help on using the changeset viewer.