(841 . 10)(841 . 7)
24619 }
24620
24621 if ( in_array($field, $format_to_edit) ) {
24622 if ( 'post_content' == $field )
24623 $value = format_to_edit($value, user_can_richedit());
24624 else
24625 $value = format_to_edit($value);
24626 $value = format_to_edit($value);
24627 } else {
24628 $value = attribute_escape($value);
24629 }