- Timestamp:
- 09/12/2023 03:21:02 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php
r55990 r56559 43 43 $tests = array_filter( $tests ); 44 44 $tests = array_map( 45 static function ( $test ) {45 static function ( $test ) { 46 46 $test = (object) $test; 47 47
Note: See TracChangeset
for help on using the changeset viewer.