Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
filter.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Sep 2009 at 16:06 UTC
Updated:
25 Sep 2009 at 22:22 UTC
Offshoot from #570930: Allow to retrieve all filters (including disabled) in a text format:
In filter_format_save(), $format->filters[$name] (i.e. $filter) is an array.
In filter_list_format(), $filter is returned as object.
One of both, but not both, please.
Comments
Comment #1
sunIntroducing a new tag for feature freeze: API clean-up.
Comment #2
sun#582378: Filter System clean-up