Ticket #47161: 47161.2.diff
| File 47161.2.diff, 1.5 KB (added by , 6 years ago) |
|---|
-
src/wp-admin/includes/class-wp-site-health.php
741 741 __( 'PHP modules perform most of the tasks on the server that make your site run. Any changes to these must be made by your server administrator.' ), 742 742 sprintf( 743 743 /* 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>.' ), 745 745 /* translators: Localized team handbook, if one exists. */ 746 746 esc_url( __( 'https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions' ) ), 747 747 'target="_blank" rel="noopener noreferrer"', 748 748 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>', 750 750 /* translators: accessibility text */ 751 751 __( '(opens in a new tab)' ) 752 752 )