Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
57f45c7d
Commit
57f45c7d
authored
May 28, 2020
by
catch
Browse files
Issue
#3138721
by sja112, dww: Fix "neccessary" typos in core
parent
171dbb6a
Changes
4
Hide whitespace changes
Inline
Side-by-side
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