diff options
Diffstat (limited to 'wp-includes/class-avif-info.php')
-rw-r--r-- | wp-includes/class-avif-info.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/class-avif-info.php b/wp-includes/class-avif-info.php index 93280b3..10fc1b6 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; } |