- Timestamp:
- 08/26/2021 12:57:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php
r50979 r51657 42 42 $tests = array_filter( $tests ); 43 43 $tests = array_map( 44 function( $test ) {44 static function( $test ) { 45 45 $test = (object) $test; 46 46
Note: See TracChangeset
for help on using the changeset viewer.