Changeset 45612
- Timestamp:
- 07/09/2019 06:28:09 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r45611 r45612 1210 1210 if ( method_exists( 'ParagonIE_Sodium_Compat', 'runtime_speed_test' ) ) { 1211 1211 // Run `ParagonIE_Sodium_Compat::runtime_speed_test()` in optimized integer mode, as that's what WordPress utilises during signing verifications. 1212 // phpcs:disable WordPress.NamingConventions.ValidVariableName 1212 1213 $old_fastMult = ParagonIE_Sodium_Compat::$fastMult; 1213 1214 ParagonIE_Sodium_Compat::$fastMult = true; 1214 1215 $sodium_compat_is_fast = ParagonIE_Sodium_Compat::runtime_speed_test( 100, 10 ); 1215 1216 ParagonIE_Sodium_Compat::$fastMult = $old_fastMult; 1217 // phpcs:enable 1216 1218 } 1217 1219
Note: See TracChangeset
for help on using the changeset viewer.