Ticket #47264: 47264.3.diff
File 47264.3.diff, 611 bytes (added by , 6 years ago) |
---|
-
src/wp-admin/includes/class-wp-site-health.php
355 355 sprintf( 356 356 /* translators: %d: The number of active plugins. */ 357 357 _n( 358 'Your site has %d active plugin, and they are allup to date.',358 'Your site has %d active plugin, and it is up to date.', 359 359 'Your site has %d active plugins, and they are all up to date.', 360 360 $plugins_active 361 361 ),