REST API: Remove ship emoji from slashing tests.

Introduced in [39155], but not necessary for the slashing tests. These fail on 5.3, which encodes the emoji as HTML entities.

Props dd32.
See #38609.

Built from https://develop.svn.wordpress.org/trunk@39156


git-svn-id: http://core.svn.wordpress.org/trunk@39096 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ryan McCue 2016-11-08 06:26:30 +00:00
parent f1975b18ea
commit 1239980fad

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-beta2-39155';
$wp_version = '4.7-beta2-39156';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.