Oopsie
parent
da38e1b654
commit
5e0ea8609b
|
@ -794,7 +794,7 @@ function check_markup($text, $format = FILTER_FORMAT_DEFAULT, $check = TRUE) {
|
|||
* HTML for the form element.
|
||||
*/
|
||||
function filter_form($value = FILTER_FORMAT_DEFAULT, $weight = NULL, $parents = array('format')) {
|
||||
$format = filter_resolve_format($format);
|
||||
$value = filter_resolve_format($value);
|
||||
$formats = filter_formats();
|
||||
|
||||
$extra = l(t('More information about formatting options'), 'filter/tips');
|
||||
|
|
|
@ -794,7 +794,7 @@ function check_markup($text, $format = FILTER_FORMAT_DEFAULT, $check = TRUE) {
|
|||
* HTML for the form element.
|
||||
*/
|
||||
function filter_form($value = FILTER_FORMAT_DEFAULT, $weight = NULL, $parents = array('format')) {
|
||||
$format = filter_resolve_format($format);
|
||||
$value = filter_resolve_format($value);
|
||||
$formats = filter_formats();
|
||||
|
||||
$extra = l(t('More information about formatting options'), 'filter/tips');
|
||||
|
|
Loading…
Reference in New Issue