diff --git a/wp-includes/js/wp-emoji.js b/wp-includes/js/wp-emoji.js index 186dd6b612..4acf43421d 100644 --- a/wp-includes/js/wp-emoji.js +++ b/wp-includes/js/wp-emoji.js @@ -91,12 +91,13 @@ } /** - * Test if a text string contains emoji characters + * Test if a text string contains emoji characters. * * @since 4.3.0 * * @param {String} text The string to test - * @returns Boolean + * + * @return {Boolean} Whether the string contains emoji characters. */ function test( text ) { // Single char. U+20E3 to detect keycaps. U+00A9 "copyright sign" and U+00AE "registered sign" not included. diff --git a/wp-includes/version.php b/wp-includes/version.php index 1d14cca126..6207ffd332 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta2-33202'; +$wp_version = '4.3-beta2-33203'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.