Make WordPress Core

Ticket #30504: 30504(1).diff

File 30504(1).diff, 650 bytes (added by voldemortensen, 9 years ago)
  • src/wp-includes/formatting.php

     
    19441944 *         4 => '123456789 ',   // 10 characters: '123456789 1234567890a' was too long
    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 *
    19501950 * @since 3.4.0