1 file.theme.inc theme_file_display_order($variables)

Returns HTML for a file display's display order table.

Deprecated

as of 1.32.2. In Backdrop there is no functionality to reorder file displays.

File

core/modules/file/file.theme.inc, line 364
Theme functions for the File module.

Code

function theme_file_display_order($variables) {
  watchdog_deprecated_function('theme', __FUNCTION__);
}