Changeset 37296
- Timestamp:
- 04/22/2016 06:28:51 AM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r37285 r37296 3225 3225 ':oops:' => "\xf0\x9f\x98\xb3", 3226 3226 ':razz:' => "\xf0\x9f\x98\x9b", 3227 ':roll:' => 'rolleyes.png',3227 ':roll:' => "\xf0\x9f\x99\x84", 3228 3228 ':wink:' => "\xf0\x9f\x98\x89", 3229 3229 ':cry:' => "\xf0\x9f\x98\xa5", -
trunk/tests/phpunit/tests/formatting/Smilies.php
r36337 r37296 189 189 ), 190 190 array ( 191 '8O :twisted: :( :? :roll: ',192 "\xf0\x9f\x98\xaf \xf0\x9f\x98\x88 \xf0\x9f\x99\x81 \xf0\x9f\x98\x95 <img src=\"{$includes_path}rolleyes.png\" alt=\":roll:\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" />"191 '8O :twisted: :( :? :roll: :mrgreen:', 192 "\xf0\x9f\x98\xaf \xf0\x9f\x98\x88 \xf0\x9f\x99\x81 \xf0\x9f\x98\x95 \xf0\x9f\x99\x84 <img src=\"{$includes_path}mrgreen.png\" alt=\":mrgreen:\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" />" 193 193 ), 194 194 );
Note: See TracChangeset
for help on using the changeset viewer.