Make WordPress Core

Changeset 30575


Ignore:
Timestamp:
11/26/2014 03:51:48 AM (8 years ago)
Author:
dd32
Message:

Fix the PHPDoc example for _split_str_by_whitespace().
Props voldemortensen. Fixes #30504

File:
1 edited

Legend:

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

    r30540 r30575  
    19451945 *         5 => '1234567890a ', // 12 characters: Too long, but no inner whitespace on which to split
    19461946 *         6 => '   45678   ',  // 11 characters: Perfect split
    1947  *         7 => '1 3 5 7 9',    //  9 characters: End of $string
     1947 *         7 => '1 3 5 7 90 ',  // 11 characters: End of $string
    19481948 *     );
    19491949 *
Note: See TracChangeset for help on using the changeset viewer.