diff --git a/core/includes/theme.inc b/core/includes/theme.inc index 12c11e6..0555799 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -1709,8 +1709,6 @@ function theme_mark($variables) { * @see http://drupal.org/node/1842756 */ function template_preprocess_item_list(&$variables) { - $variables['title'] = (string) $variables['title']; - foreach ($variables['items'] as &$item) { $attributes = array(); // If the item value is an array, then it is a render array.