Changeset 59120 for trunk/src/wp-admin/includes/class-wp-site-health.php
- Timestamp:
- 09/30/2024 05:17:54 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r58913 r59120 747 747 ), 748 748 'actions' => sprintf( 749 '<p><a href="%s" target="_blank" rel="noopener">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',749 '<p><a href="%s" target="_blank">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', 750 750 esc_url( wp_get_update_php_url() ), 751 751 __( 'Learn more about updating PHP' ), … … 893 893 /* translators: Localized team handbook, if one exists. */ 894 894 esc_url( __( 'https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions' ) ), 895 'target="_blank" rel="noopener"',895 'target="_blank"', 896 896 sprintf( 897 897 '<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span>', … … 1219 1219 ), 1220 1220 'actions' => sprintf( 1221 '<p><a href="%s" target="_blank" rel="noopener">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',1221 '<p><a href="%s" target="_blank">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', 1222 1222 /* translators: Localized version of WordPress requirements if one exists. */ 1223 1223 esc_url( __( 'https://wordpress.org/about/requirements/' ) ), … … 1336 1336 1337 1337 $result['actions'] = sprintf( 1338 '<p><a href="%s" target="_blank" rel="noopener">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',1338 '<p><a href="%s" target="_blank">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', 1339 1339 /* translators: Localized Support reference. */ 1340 1340 esc_url( __( 'https://wordpress.org/support/forums/' ) ), … … 1374 1374 ), 1375 1375 'actions' => sprintf( 1376 '<p><a href="%s" target="_blank" rel="noopener">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',1376 '<p><a href="%s" target="_blank">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', 1377 1377 /* translators: Documentation explaining debugging in WordPress. */ 1378 1378 esc_url( __( 'https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/' ) ), … … 1456 1456 ), 1457 1457 'actions' => sprintf( 1458 '<p><a href="%s" target="_blank" rel="noopener">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',1458 '<p><a href="%s" target="_blank">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', 1459 1459 esc_url( $default_update_url ), 1460 1460 __( 'Learn more about why you should use HTTPS' ), … … 1540 1540 if ( ! empty( $direct_update_url ) ) { 1541 1541 $result['actions'] = sprintf( 1542 '<p class="button-container"><a class="button button-primary" href="%1$s" target="_blank" rel="noopener">%2$s<span class="screen-reader-text"> %3$s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',1542 '<p class="button-container"><a class="button button-primary" href="%1$s" target="_blank">%2$s<span class="screen-reader-text"> %3$s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', 1543 1543 esc_url( $direct_update_url ), 1544 1544 __( 'Update your site to use HTTPS' ), … … 1559 1559 if ( $update_url !== $default_update_url ) { 1560 1560 $result['description'] .= sprintf( 1561 '<p><a href="%s" target="_blank" rel="noopener">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',1561 '<p><a href="%s" target="_blank">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', 1562 1562 esc_url( $update_url ), 1563 1563 __( 'Talk to your web host about supporting HTTPS for your website.' ), … … 2365 2365 } else { 2366 2366 $result['actions'] .= sprintf( 2367 '<p><a href="%s" target="_blank" rel="noopener">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',2367 '<p><a href="%s" target="_blank">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', 2368 2368 __( 'https://developer.wordpress.org/rest-api/frequently-asked-questions/#why-is-authentication-not-working' ), 2369 2369 __( 'Learn how to configure the Authorization header.' ), … … 2398 2398 'label' => '', 2399 2399 'actions' => sprintf( 2400 '<p><a href="%1$s" target="_blank" rel="no opener noreferrer">%2$s<span class="screen-reader-text"> %3$s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',2400 '<p><a href="%1$s" target="_blank" rel="noreferrer">%2$s<span class="screen-reader-text"> %3$s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', 2401 2401 __( 'https://developer.wordpress.org/advanced-administration/performance/optimization/#caching' ), 2402 2402 __( 'Learn more about page cache' ), … … 2524 2524 ), 2525 2525 'actions' => sprintf( 2526 '<p><a href="%s" target="_blank" rel="noopener">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',2526 '<p><a href="%s" target="_blank">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', 2527 2527 esc_url( $action_url ), 2528 2528 __( 'Learn more about persistent object caching.' ), … … 2672 2672 $result['actions'] = sprintf( 2673 2673 /* translators: 1: HelpHub URL, 2: Link description. */ 2674 '<p><a target="_blank" rel="noopener"href="%1$s">%2$s</a></p>',2674 '<p><a target="_blank" href="%1$s">%2$s</a></p>', 2675 2675 esc_url( __( 'https://developer.wordpress.org/advanced-administration/performance/optimization/#autoloaded-options' ) ), 2676 2676 __( 'More info about optimizing autoloaded options' )
Note: See TracChangeset
for help on using the changeset viewer.