- Patch #125092: getting rid of some string clutter, changing Drupal forever ... :P
parent
ae093d1386
commit
33f4e17b2e
|
@ -2120,7 +2120,7 @@ function node_add($type = NULL) {
|
|||
|
||||
if (isset($item)) {
|
||||
uksort($item, 'strnatcasecmp');
|
||||
$output = t('Choose the appropriate item from the list:') .'<dl>'. implode('', $item) .'</dl>';
|
||||
$output = '<dl>'. implode('', $item) .'</dl>';
|
||||
}
|
||||
else {
|
||||
$output = t('No content types available.');
|
||||
|
|
Loading…
Reference in New Issue