Changeset 48810
- Timestamp:
- 08/17/2020 02:21:17 AM (5 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/src/wp-admin/includes/class-wp-site-health.php
r48806 r48810 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.