diff --git a/wp-admin/includes/class-wp-debug-data.php b/wp-admin/includes/class-wp-debug-data.php index 2d6fb418d6..109e38b063 100644 --- a/wp-admin/includes/class-wp-debug-data.php +++ b/wp-admin/includes/class-wp-debug-data.php @@ -1299,7 +1299,7 @@ class WP_Debug_Data { } /** This filter is documented in wp-admin/includes/class-wp-debug-data.php */ - $parent_theme_auto_update_string = apply_filters( 'theme_auto_update_debug_string', $auto_updates_string, $parent_theme, $enabled ); + $parent_theme_auto_update_string = apply_filters( 'theme_auto_update_debug_string', $parent_theme_auto_update_string, $parent_theme, $enabled ); $info['wp-parent-theme']['fields']['auto_update'] = array( 'label' => __( 'Auto-update' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 7c4f27e1b8..ef86314d22 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58715'; +$wp_version = '6.7-alpha-58716'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.