Make WordPress Core

Changeset 58716


Ignore:
Timestamp:
07/14/2024 03:45:12 AM (2 months ago)
Author:
SergeyBiryukov
Message:

Site Health: Correctly display auto-update status for parent theme.

Follow-up to [47835], [48731].

Props apermo.
Fixes #61649. See #61648.

File:
1 edited

Legend:

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

    r58408 r58716  
    13001300
    13011301                /** This filter is documented in wp-admin/includes/class-wp-debug-data.php */
    1302                 $parent_theme_auto_update_string = apply_filters( 'theme_auto_update_debug_string', $auto_updates_string, $parent_theme, $enabled );
     1302                $parent_theme_auto_update_string = apply_filters( 'theme_auto_update_debug_string', $parent_theme_auto_update_string, $parent_theme, $enabled );
    13031303
    13041304                $info['wp-parent-theme']['fields']['auto_update'] = array(
Note: See TracChangeset for help on using the changeset viewer.