Changeset 56141 for trunk/src/wp-includes/compat.php
- Timestamp:
- 07/05/2023 05:39:55 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/compat.php
r56017 r56141 334 334 endif; 335 335 336 // random_int() was introduced in PHP 7.0.337 if ( ! function_exists( 'random_int' ) ) {338 require ABSPATH . WPINC . '/random_compat/random.php';339 }340 336 // sodium_crypto_box() was introduced in PHP 7.2. 341 337 if ( ! function_exists( 'sodium_crypto_box' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.