Changeset 58716
- Timestamp:
- 07/14/2024 03:45:12 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-debug-data.php
r58408 r58716 1300 1300 1301 1301 /** 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 ); 1303 1303 1304 1304 $info['wp-parent-theme']['fields']['auto_update'] = array(
Note: See TracChangeset
for help on using the changeset viewer.