Make WordPress Core

Changeset 48554


Ignore:
Timestamp:
07/21/2020 09:04:57 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Site Health: Use a consistent label for theme auto-updates in debug data.

Props audrasjb.
Fixes #50728.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-debug-data.php

    r48552 r48554  
    10931093
    10941094            $info['wp-active-theme']['fields']['auto_update'] = array(
    1095                 'label' => __( 'Auto-update' ),
     1095                'label' => __( 'Auto-updates' ),
    10961096                'value' => $auto_updates_string,
    10971097                'debug' => $auto_updates_string,
Note: See TracChangeset for help on using the changeset viewer.