Make WordPress Core

Ticket #51815: i18n_url.diff

File i18n_url.diff, 860 bytes (added by tai, 4 years ago)
  • wp-admin/includes/class-wp-site-health.php

    diff --git wp-admin/includes/class-wp-site-health.php wp-admin/includes/class-wp-site-health.php
    index 19491d2..fcc1ed7 100644
    class WP_Site_Health { 
    21252125                } else {
    21262126                        $result['actions'] .= sprintf(
    21272127                                '<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>',
    2128                                 'https://developer.wordpress.org/rest-api/frequently-asked-questions/#why-is-authentication-not-working',
     2128                                __( 'https://developer.wordpress.org/rest-api/frequently-asked-questions/#why-is-authentication-not-working' ),
    21292129                                __( 'Learn how to configure the Authorization header.' ),
    21302130                                /* translators: Accessibility text. */
    21312131                                __( '(opens in a new tab)' )