Skip to content
Snippets Groups Projects
Commit 061ca60a authored by Ryan Hartman's avatar Ryan Hartman
Browse files

Issue #3428222 by devkinetic: Add Drupal 11 compatability

parent 35a7d097
Branches 4.x
Tags 4.0.1
No related merge requests found
Pipeline #225669 passed
......@@ -2,5 +2,5 @@ name: 'Blind Carbon Copy'
type: module
description: 'Adds a BCC address to all e-mails sent by the website.'
package: Mail
core_version_requirement: ^9 || ^10
core_version_requirement: ^9 || ^10 || ^11
configure : bcc.settings
......@@ -14,8 +14,7 @@ function bcc_help($route_name, RouteMatchInterface $route_match) {
switch ($route_name) {
// Main module help for the bcc module.
case 'help.page.bcc':
$output = '';
$output .= '<h3>' . t('About') . '</h3>';
$output = '<h3>' . t('About') . '</h3>';
$output .= '<p>' . t('The BCC module injects a BCC header in all e-mails
sent by Drupal, which allows you to receive copies of all e-mails sent
by your website.') . '</p>';
......
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