@@ -138,14 +138,14 @@ function comment_configure() {
*
* Provides signature customization for the user's comments.
*/
functioncomment_user($type,$edit,&$user){
switch($type){
case'edit':
// when user tries to edit his own data
returnarray(t('Personal information')=>form_textarea(t('Signature'),'signature',$user->signature,64,3,t('Your signature will be publicly displayed at the end of your comments.').'<br />'.filter_tips_short()));
returnarray(array('title'=>t('Comment settings'),'data'=>form_textarea(t('Signature'),'signature',$user->signature,64,3,t('Your signature will be publicly displayed at the end of your comments.').'<br />'.filter_tips_short()),'weight'=>2));
@@ -138,14 +138,14 @@ function comment_configure() {
*
* Provides signature customization for the user's comments.
*/
functioncomment_user($type,$edit,&$user){
switch($type){
case'edit':
// when user tries to edit his own data
returnarray(t('Personal information')=>form_textarea(t('Signature'),'signature',$user->signature,64,3,t('Your signature will be publicly displayed at the end of your comments.').'<br />'.filter_tips_short()));
returnarray(array('title'=>t('Comment settings'),'data'=>form_textarea(t('Signature'),'signature',$user->signature,64,3,t('Your signature will be publicly displayed at the end of your comments.').'<br />'.filter_tips_short()),'weight'=>2));