Same name and namespace in other branches
  1. 7.x modules/filter/filter.module \filter_format_load()

File

modules/filter/filter.module, line 141
Framework for handling filtering of content.

Code

function filter_format_load($arg) {
  return filter_formats($arg);
}