diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 1c4a445b74..a3d12221ac 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -3224,7 +3224,7 @@ function smilies_init() { ':idea:' => "\xf0\x9f\x92\xa1", ':oops:' => "\xf0\x9f\x98\xb3", ':razz:' => "\xf0\x9f\x98\x9b", - ':roll:' => 'rolleyes.png', + ':roll:' => "\xf0\x9f\x99\x84", ':wink:' => "\xf0\x9f\x98\x89", ':cry:' => "\xf0\x9f\x98\xa5", ':eek:' => "\xf0\x9f\x98\xae", diff --git a/wp-includes/version.php b/wp-includes/version.php index 7c62e45b39..f1028fc9db 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37292'; +$wp_version = '4.6-alpha-37296'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.