Closed vlad-timotei closed 2 years ago
The same issue is here: https://plugins.trac.wordpress.org/browser/health-check/tags/1.4.5/includes/class-health-check-dashboard-widget.php#L91
Result:
The Site Health checks and debug information have been taken out of the Health Check plugin as of version 1.5.0 (with some backwards compatible layers for sites running WordPress versions earlier than 5.2), and any new issues relating to these areas should be opened in the WordPress core trac.
Making note that the original issue was committed in #402, and that the dashboard widget is now handled by core :)
Issue description
These lines should use _n() instead of __()
https://github.com/WordPress/health-check/blob/trunk/src/php/assets/mu-plugin/health-check-troubleshooting-mode.php#L1092
https://github.com/WordPress/health-check/blob/trunk/src/php/assets/mu-plugin/health-check-troubleshooting-mode.php#L1171
Reasons
Screenshot
Polyglots team confirmed this here