Changeset 48808 for trunk/src/wp-admin/includes/class-wp-site-health.php
- Timestamp:
- 08/17/2020 02:01:04 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r48801 r48808 2208 2208 $tests = apply_filters( 'site_status_tests', $tests ); 2209 2209 2210 // Ensure that the filtered tests contain the required array keys. 2211 $tests = array_merge( 2212 array( 2213 'direct' => array(), 2214 'async' => array(), 2215 ), 2216 $tests 2217 ); 2218 2210 2219 return $tests; 2211 2220 }
Note: See TracChangeset
for help on using the changeset viewer.