By kim.pepper on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.2.x
Introduced in version:
10.2.0
Issue links:
Description:
file.field.inc is deprecated and the following functions have been moved to file.module
template_preprocess_file_widget_multiple()template_preprocess_file_upload_help()file_field_find_file_reference_column()
file.module was previously calling require_once on file.field.inc so there should be no changes required for calling code.
Impacts:
Module developers