Make WordPress Core

Ticket #42782: ticket#42782.patch

File ticket#42782.patch, 568 bytes (added by webdevmattcrom, 7 years ago)

Patch for ticket #42782

  • pluggable.php

     
    23122312        /**
    23132313         * Generates a random password drawn from the defined set of characters.
    23142314         *
     2315         * WordPress uses wp_rand() in order to create hashes, passwords, and nonces that are far less predictable than the similar PHP native functions like rand() and mt_rand().
     2316         *
    23152317         * @since 2.5.0
    23162318         *
    23172319         * @param int  $length              Optional. The length of password to generate. Default 12.