Make WordPress Core

Changeset 34986


Ignore:
Timestamp:
10/09/2015 05:19:31 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Fix typo in wp_rand() docs.

See #28633.

File:
1 edited

Legend:

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

    r34981 r34986  
    21392139 *
    21402140 * @since 2.6.2
    2141  * @since 4.4 Uses PHP7 random_int() or the random_compat library if avaialble.
     2141 * @since 4.4.0 Uses PHP7 random_int() or the random_compat library if available.
    21422142 *
    21432143 * @global string $rnd_value
Note: See TracChangeset for help on using the changeset viewer.