Make WordPress Core

Changeset 45336


Ignore:
Timestamp:
05/17/2019 12:59:20 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Site Health: Use correct singular string for plugin and theme version tests.

Props edocev, Presskopp.
Fixes #47264.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-health.php

    r45331 r45336  
    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
     
    512512                        /* translators: %d: The number of themes. */
    513513                        _n(
    514                             'Your site has %d installed theme, and they are all up to date.',
     514                            'Your site has %d installed theme, and it is up to date.',
    515515                            'Your site has %d installed themes, and they are all up to date.',
    516516                            $themes_total
Note: See TracChangeset for help on using the changeset viewer.