Make WordPress Core

Ticket #47264: 47264.3.diff

File 47264.3.diff, 611 bytes (added by Presskopp, 6 years ago)
  • src/wp-admin/includes/class-wp-site-health.php

     
    355355                                        sprintf(
    356356                                                /* translators: %d: The number of active plugins. */
    357357                                                _n(
    358                                                         'Your site has %d active plugin, and they are all up to date.',
     358                                                        'Your site has %d active plugin, and it is up to date.',
    359359                                                        'Your site has %d active plugins, and they are all up to date.',
    360360                                                        $plugins_active
    361361                                                ),