Actions
Bug #4098
closedDelimiter field descriptions are double translated
Description
cbReplaceVars( getLangDefinition( cbUnHtmlspecialchars( $field->description ) ), $user )
cbReplaceVars by default already runs the msg through getLangDefinition, so it's being ran through getLangDefinition, then ran through getLangDefinition a second time in cbReplaceVars.
It also does not run through CBTxt usage so new language string usage doesn't work on delimiter field descriptions.
Actions