Make WordPress Core

Changeset 19900


Ignore:
Timestamp:
02/10/2012 01:57:21 PM (13 years ago)
Author:
duck_
Message:

Add @since and @access tag to _split_str_by_whitespace(). Props ocean90. See #16892.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/formatting.php

    r19899 r19900  
    15331533 * </code>
    15341534 *
     1535 * @since 3.4.0
     1536 * @access private
     1537 *
    15351538 * @param string $string The string to split
    15361539 * @param    int $goal   The desired chunk length.
    1537  *
    15381540 * @return array Numeric array of chunks.
    15391541 */
Note: See TracChangeset for help on using the changeset viewer.