diff --git a/wp-includes/class-avif-info.php b/wp-includes/class-avif-info.php index 93280b3806..10fc1b68d1 100644 --- a/wp-includes/class-avif-info.php +++ b/wp-includes/class-avif-info.php @@ -175,7 +175,7 @@ class Features { if ( $tile->parent_item_id != $target_item_id ) { continue; } - $status = get_item_features( $tile->tile_item_id, $tile_depth + 1 ); + $status = $this->get_item_features( $tile->tile_item_id, $tile_depth + 1 ); if ( $status != NOT_FOUND ) { return $status; } diff --git a/wp-includes/version.php b/wp-includes/version.php index f9315ae60d..0b7357cfad 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5.3-alpha-58043'; +$wp_version = '6.5.3-alpha-58050'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.