Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
c06970ce
Commit
c06970ce
authored
May 28, 2020
by
catch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#3138721
by sja112, dww: Fix "neccessary" typos in core
(cherry picked from commit
57f45c7d
)
parent
e6d4495f
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 @
c06970ce
...
...
@@ -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 @
c06970ce
...
...
@@ -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 @
c06970ce
...
...
@@ -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 @
c06970ce
...
...
@@ -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
...
...
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