Add @since and @access tag to _split_str_by_whitespace(). Props ocean90. See #16892.
git-svn-id: https://develop.svn.wordpress.org/trunk@19900 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ffa81a1b1e
commit
8229caa7c4
@ -1532,9 +1532,11 @@ function make_clickable( $ret ) {
|
||||
* );
|
||||
* </code>
|
||||
*
|
||||
* @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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user