diff --git a/core/modules/comment/comment.install b/core/modules/comment/comment.install index 1418851..0bf22a8 100644 --- a/core/modules/comment/comment.install +++ b/core/modules/comment/comment.install @@ -645,6 +645,7 @@ function comment_update_8006(&$sandbox) { 'label' => 'hidden', 'type' => 'comment_links', 'settings' => array('comment' => 1, 'new' => 1, 'add' => 1), + 'weight' => 1, ); $display = _update_8000_entity_get_display('node', $node_type, 'teaser'); $display->set('content.' . $field['field_name'], $display_options)