Changeset 58049 for trunk/src/wp-includes/class-avif-info.php
- Timestamp:
- 04/26/2024 03:00:03 PM (19 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-avif-info.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-avif-info.php
r57524 r58049 176 176 continue; 177 177 } 178 $status = get_item_features( $tile->tile_item_id, $tile_depth + 1 );178 $status = $this->get_item_features( $tile->tile_item_id, $tile_depth + 1 ); 179 179 if ( $status != NOT_FOUND ) { 180 180 return $status;
Note: See TracChangeset
for help on using the changeset viewer.