Changeset 44953
- Timestamp:
- 03/21/2019 04:55:21 AM (6 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 107 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/compat.php
r43220 r44953 443 443 require ABSPATH . WPINC . '/random_compat/random.php'; 444 444 } 445 // sodium_crypto_box was introduced in PHP 7.2 446 if ( ! function_exists( 'sodium_crypto_box' ) ) { 447 require ABSPATH . WPINC . '/sodium_compat/autoload.php'; 448 } 445 449 446 450 if ( ! function_exists( 'array_replace_recursive' ) ) :
Note: See TracChangeset
for help on using the changeset viewer.