Make WordPress Core

Changeset 45346


Ignore:
Timestamp:
05/17/2019 11:49:52 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Site Health: In PHP modules test description, move the space before the screen reader text out from the translatable string.

Props ocean90, tobifjellner.
Fixes #47161.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-health.php

    r45336 r45346  
    742742                                sprintf(
    743743                                        /* translators: 1: Link to the hosting group page about recommended PHP modules. 2: Additional link attributes. 3: Accessibility text. */
    744                                         __( 'The WordPress Hosting Team maintains a list of those modules, both recommended and required, in <a href="%1$s" %2$s>the team handbook %3$s</a>.' ),
     744                                        __( 'The WordPress Hosting Team maintains a list of those modules, both recommended and required, in <a href="%1$s" %2$s>the team handbook%3$s</a>.' ),
    745745                                        /* translators: Localized team handbook, if one exists. */
    746746                                        esc_url( __( 'https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions' ) ),
    747747                                        'target="_blank" rel="noopener noreferrer"',
    748748                                        sprintf(
    749                                                 '<span class="screen-reader-text">%s</span><span aria-hidden="true" class="dashicons dashicons-external"></span>',
     749                                                ' <span class="screen-reader-text">%s</span><span aria-hidden="true" class="dashicons dashicons-external"></span>',
    750750                                                /* translators: accessibility text */
    751751                                                __( '(opens in a new tab)' )
Note: See TracChangeset for help on using the changeset viewer.