Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
comment.module
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
21 Sep 2006 at 12:53 UTC
Updated:
27 Apr 2009 at 18:29 UTC
In comments it is authorized 29 (that for coding UTF-8 too little if national alphabets are used) signs, in this place comment.module it is necessary to change 29 on 129...
// Note: format is checked by check_markup().
$form_values['subject'] =
truncate_utf8(decode_entities(strip_tags(check_markup($form_values['comment'],
$form_values['format']))), 29, TRUE);
}
return $form_values;
}
Comments
Comment #1
killes@www.drop.org commentednew features go into devel version.
Comment #2
coreb commented(Moving x.y.z version to a real version number) Feature Request => 6.x-dev
Comment #3
pasqualleComment #4
sunThat's why truncate_utf8() is used here.