Changeset 58050 for branches/6.5/src/wp-includes/class-avif-info.php
- Timestamp:
- 04/26/2024 03:25:54 PM (12 months ago)
- Location:
- branches/6.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.5
-
branches/6.5/src/wp-includes/class-avif-info.php
r57524 r58050 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.