Make WordPress Core

Ticket #60401: 60401.patch

File 60401.patch, 487 bytes (added by harsh175, 2 years ago)
  • tests/phpunit/includes/utils.php

    diff --git a/tests/phpunit/includes/utils.php b/tests/phpunit/includes/utils.php
    index 272e9a75b0..b0adda09e5 100644
    a b function rand_str( $len = 32 ) { 
    1616/**
    1717 * Returns a string of the required length containing random characters.
    1818 *
    19  * @param int $len The required length.
     19 * @param int $length The required length.
    2020 * @return string The string.
    2121 */
    2222function rand_long_str( $length ) {