Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
315
Merge Requests
315
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
57f45c7d
Commit
57f45c7d
authored
May 28, 2020
by
catch
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#3138721
by sja112, dww: Fix "neccessary" typos in core
parent
171dbb6a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
core/profiles/demo_umami/themes/umami/umami.theme
core/profiles/demo_umami/themes/umami/umami.theme
+1
-1
core/themes/bartik/bartik.theme
core/themes/bartik/bartik.theme
+1
-1
core/themes/claro/claro.theme
core/themes/claro/claro.theme
+1
-1
core/themes/seven/seven.theme
core/themes/seven/seven.theme
+1
-1
No files found.
core/profiles/demo_umami/themes/umami/umami.theme
View file @
57f45c7d
...
...
@@ -157,7 +157,7 @@ function umami_preprocess_image_widget(&$variables) {
* Implements template_preprocess_links().
*
* This makes it so array keys of #links items are added as a class. This
* functionality was removed in Drupal 8.1, but still nec
c
essary in some
* functionality was removed in Drupal 8.1, but still necessary in some
* instances.
*
* @todo remove in https://drupal.org/node/3120962
...
...
core/themes/bartik/bartik.theme
View file @
57f45c7d
...
...
@@ -183,7 +183,7 @@ function bartik_preprocess_image_widget(&$variables) {
* Implements template_preprocess_links().
*
* This makes it so array keys of #links items are added as a class. This
* functionality was removed in Drupal 8.1, but still nec
c
essary in some
* functionality was removed in Drupal 8.1, but still necessary in some
* instances.
*
* @todo remove in https://drupal.org/node/3120962
...
...
core/themes/claro/claro.theme
View file @
57f45c7d
...
...
@@ -415,7 +415,7 @@ function claro_preprocess_links(&$variables) {
}
// This makes it so array keys of #links items are added as a class. This
// functionality was removed in Drupal 8.1, but still nec
c
essary in some
// functionality was removed in Drupal 8.1, but still necessary in some
// instances.
// @todo remove in https://drupal.org/node/3120962
if
(
!
empty
(
$variables
[
'links'
]))
{
...
...
core/themes/seven/seven.theme
View file @
57f45c7d
...
...
@@ -451,7 +451,7 @@ function seven_preprocess_update_version(array &$variables) {
* Implements template_preprocess_links().
*
* This makes it so array keys of #links items are added as a class. This
* functionality was removed in Drupal 8.1, but still nec
c
essary in some
* functionality was removed in Drupal 8.1, but still necessary in some
* instances.
*
* @todo remove in https://drupal.org/node/3120962
...
...
catch
@catch
mentioned in commit
c06970ce
·
May 28, 2020
mentioned in commit
c06970ce
mentioned in commit c06970ce82e665adcf87ef4b5c7455d1752ddc8e
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment