Change record status: 
Project: 
Introduced in branch: 
8.x
Introduced in version: 
7.9
Description: 
  • In versions of Drupal 7 before 7.9, the function file_usage_list() returned an incorrect value. It was supposed to return a nested array of usage data for each use of the file, but the array only included data for one item per module and item type.
  • In Drupal 7.9, this is fixed. file_usage_list() now returns data for all items that use the file.
  • Modules using file_usage_list() should handle multiple item/count pairs in the nested array. See the function's API documentation for details on the return value's structure.)
Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done