Fix typo in a comment in [31752].

see #31242.
Built from https://develop.svn.wordpress.org/trunk@31790


git-svn-id: http://core.svn.wordpress.org/trunk@31770 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-03-16 01:56:27 +00:00
parent f50307c5d8
commit 756e445a53
2 changed files with 2 additions and 2 deletions

View File

@ -4126,7 +4126,7 @@ function wp_staticize_emoji( $text ) {
$output = '';
/*
* HTML loop taken from smiley function, which was taking from texturize function.
* HTML loop taken from smiley function, which was taken from texturize function.
* It'll never be consolidated.
*
* First, capture the tags as well as in between.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta1-31789';
$wp_version = '4.2-beta1-31790';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.