Make WordPress Core


Ignore:
Timestamp:
07/16/2019 10:13:01 PM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Merge duplicate "Your plugins/themes/translations are all up to date" strings.

Props ramiy.
Fixes #47252.

File:
1 edited

Legend:

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

    r45346 r45647  
    278278    public function get_test_plugin_version() {
    279279        $result = array(
    280             'label'       => __( 'Your plugins are up to date' ),
     280            'label'       => __( 'Your plugins are all up to date' ),
    281281            'status'      => 'good',
    282282            'badge'       => array(
     
    410410    public function get_test_theme_version() {
    411411        $result = array(
    412             'label'       => __( 'Your themes are up to date' ),
     412            'label'       => __( 'Your themes are all up to date' ),
    413413            'status'      => 'good',
    414414            'badge'       => array(
Note: See TracChangeset for help on using the changeset viewer.