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
This commit is contained in:
parent
d8a694d8ac
commit
5648dd3547
|
@ -1532,9 +1532,11 @@ function make_clickable( $ret ) {
|
||||||
* );
|
* );
|
||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
|
* @since 3.4.0
|
||||||
|
* @access private
|
||||||
|
*
|
||||||
* @param string $string The string to split
|
* @param string $string The string to split
|
||||||
* @param int $goal The desired chunk length.
|
* @param int $goal The desired chunk length.
|
||||||
*
|
|
||||||
* @return array Numeric array of chunks.
|
* @return array Numeric array of chunks.
|
||||||
*/
|
*/
|
||||||
function _split_str_by_whitespace( $string, $goal ) {
|
function _split_str_by_whitespace( $string, $goal ) {
|
||||||
|
|
Loading…
Reference in New Issue