Changeset 52640 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 01/25/2022 01:54:01 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r52610 r52640 1396 1396 // Allow for an old version of Sodium_Compat being loaded before the bundled WordPress one. 1397 1397 if ( method_exists( 'ParagonIE_Sodium_Compat', 'runtime_speed_test' ) ) { 1398 // Run `ParagonIE_Sodium_Compat::runtime_speed_test()` in optimized integer mode, as that's what WordPress utilises during signing verifications. 1398 /* 1399 * Run `ParagonIE_Sodium_Compat::runtime_speed_test()` in optimized integer mode, 1400 * as that's what WordPress utilizes during signing verifications. 1401 */ 1399 1402 // phpcs:disable WordPress.NamingConventions.ValidVariableName 1400 1403 $old_fastMult = ParagonIE_Sodium_Compat::$fastMult;
Note: See TracChangeset
for help on using the changeset viewer.