Changeset 49057 for trunk/src/wp-includes/sodium_compat/src/Core/Util.php
- Timestamp:
- 09/27/2020 05:15:03 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sodium_compat/src/Core/Util.php
r46586 r49057 912 912 if ($mbstring === null) { 913 913 $mbstring = extension_loaded('mbstring') 914 && defined('MB_OVERLOAD_STRING') 914 915 && 915 916 ((int) (ini_get('mbstring.func_overload')) & MB_OVERLOAD_STRING);
Note: See TracChangeset
for help on using the changeset viewer.