Ticket #53535: 53535.diff
File 53535.diff, 450 bytes (added by , 3 years ago) |
---|
-
src/wp-admin/site-health.php
diff --git a/src/wp-admin/site-health.php b/src/wp-admin/site-health.php index 590153a102..7fa92f71e3 100644
a b $wrapper_classes = array( 38 38 39 39 $title = sprintf( 40 40 // translators: %s: The currently displayed tab. 41 __( 'Site Health %s' ),41 __( 'Site Health – %s' ), 42 42 ( isset( $_GET['tab'] ) ? esc_html( $tabs[ $_GET['tab'] ] ) : esc_html( reset( $tabs ) ) ) 43 43 ); 44 44