Fix the PHPDoc example for _split_str_by_whitespace().

Props voldemortensen. Fixes #30504

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


git-svn-id: http://core.svn.wordpress.org/trunk@30565 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse 2014-11-26 03:52:22 +00:00
parent 97c81c4507
commit aba2a6bcfd
2 changed files with 2 additions and 2 deletions

View File

@ -1944,7 +1944,7 @@ function make_clickable( $text ) {
* 4 => '123456789 ', // 10 characters: '123456789 1234567890a' was too long
* 5 => '1234567890a ', // 12 characters: Too long, but no inner whitespace on which to split
* 6 => ' 45678 ', // 11 characters: Perfect split
* 7 => '1 3 5 7 9', // 9 characters: End of $string
* 7 => '1 3 5 7 90 ', // 11 characters: End of $string
* );
*
* @since 3.4.0

View File

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