Skip to content
Snippets Groups Projects
Commit 980b1199 authored by catch's avatar catch
Browse files

Issue #2700475 by cilefen: Fix coding standards regressions

parent 0c4546f3
No related branches found
No related tags found
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
<?php
/**
* @file
* Support module for BigPipe testing.
*/
/**
* Implements hook_page_top().
*/
......
......@@ -332,7 +332,7 @@ function system_theme_suggestions_field(array $variables) {
* An associative array containing:
* - bundles: An array of bundles with the label, description, add_link keys.
* - add_bundle_message: The message shown when there are no bundles. Only
+ * available if the entity type uses bundle entities.
* available if the entity type uses bundle entities.
*/
function template_preprocess_entity_add_list(&$variables) {
foreach ($variables['bundles'] as $bundle_name => $bundle_info) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment