Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bcc
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
bcc
Commits
061ca60a
Commit
061ca60a
authored
7 months ago
by
Ryan Hartman
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3428222
by devkinetic: Add Drupal 11 compatability
parent
35a7d097
No related branches found
No related tags found
No related merge requests found
Pipeline
#225669
passed
7 months ago
Stage: build
Stage: validate
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bcc.info.yml
+1
-1
1 addition, 1 deletion
bcc.info.yml
bcc.module
+1
-2
1 addition, 2 deletions
bcc.module
with
2 additions
and
3 deletions
bcc.info.yml
+
1
−
1
View file @
061ca60a
...
...
@@ -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
This diff is collapsed.
Click to expand it.
bcc.module
+
1
−
2
View file @
061ca60a
...
...
@@ -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>'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment