Skip to content

Commit

Permalink
Merge branch 'dev' into USAGOV-2132-hide-contact-info-by-page
Browse files Browse the repository at this point in the history
  • Loading branch information
whitealbum authored Jan 29, 2025
2 parents 6828416 + c9693b8 commit 879f960
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function usa_orphaned_entities_form_alter(array &$form, FormStateInterface &$for
$reference_data = usa_orphaned_entities_get_reference_data($entity);

$markup = "<div class=\"default-message\">" .
$entity->getDescription() . "</div>";
$delForm->getDescription() . "</div>";
$segway = "T"; // it's a joke about powered scooters
$additional = "";

Expand Down

0 comments on commit 879f960

Please sign in to comment.