Skip to content
Snippets Groups Projects
Commit 53f1310a authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #705146 by yched: improved the UI.

parent 1cb0e254
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -116,7 +116,7 @@ function comment_entity_info() {
foreach (node_type_get_names() as $type => $name) {
$return['comment']['bundles']['comment_node_' . $type] = array(
'label' => $name,
'label' => t('@node_type comment', array('@node_type' => $name)),
'admin' => array(
// Place the Field UI paths for comments one level below the
// corresponding paths for nodes, so that they appear in the same set
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment