Changeset 54196
- Timestamp:
- 09/17/2022 11:49:10 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r54169 r54196 2248 2248 'description' => sprintf( 2249 2249 '<p>%s</p>', 2250 __( 'The Authorization header comes from the third-party applications you approve. Without it, those apps cannot connect to your site.' )2250 __( 'The Authorization header is used by third-party applications you have approved for this site. Without this header, those apps cannot connect to your site.' ) 2251 2251 ), 2252 2252 'actions' => '', … … 2262 2262 } 2263 2263 2264 $result['status'] = 'recommended'; 2264 $result['status'] = 'recommended'; 2265 $result['description'] .= sprintf( 2266 '<p>%s</p>', 2267 __( 'If you are still seeing this warning after having tried the actions below, you may need to contact your hosting provider for further assistance.' ) 2268 ); 2265 2269 2266 2270 if ( ! function_exists( 'got_mod_rewrite' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.