Changeset 50939
- Timestamp:
- 05/20/2021 11:08:15 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r50916 r50939 2362 2362 if ( function_exists( 'rest_url' ) ) { 2363 2363 $tests['direct']['rest_availability'] = array( 2364 'label' => __( 'REST API availability' ), 2365 'test' => 'rest_availability', 2364 'label' => __( 'REST API availability' ), 2365 'test' => 'rest_availability', 2366 'skip_cron' => true, 2366 2367 ); 2367 2368 } … … 2730 2731 2731 2732 foreach ( $tests['direct'] as $test ) { 2733 if ( ! empty( $test['skip_cron'] ) ) { 2734 continue; 2735 } 2732 2736 2733 2737 if ( is_string( $test['test'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.