From 5648dd3547cb344df1fcce6fdfea048febc321a8 Mon Sep 17 00:00:00 2001 From: duck_ Date: Fri, 10 Feb 2012 13:57:21 +0000 Subject: [PATCH] Add @since and @access tag to _split_str_by_whitespace(). Props ocean90. See #16892. git-svn-id: http://svn.automattic.com/wordpress/trunk@19900 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index d2ba4bb57..d0ac14a87 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -1532,9 +1532,11 @@ function make_clickable( $ret ) { * ); * * + * @since 3.4.0 + * @access private + * * @param string $string The string to split * @param int $goal The desired chunk length. - * * @return array Numeric array of chunks. */ function _split_str_by_whitespace( $string, $goal ) {