Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
c1f73e66
Commit
c1f73e66
authored
Jul 23, 2013
by
Alex Pott
Browse files
Issue
#2026319
by pplantinga: Fixed Mis-named variables in picture_theme().
parent
1d6edbb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/picture/picture.module
View file @
c1f73e66
...
...
@@ -124,7 +124,7 @@ function picture_theme() {
'picture'
=>
array
(
'variables'
=>
array
(
'style_name'
=>
NULL
,
'
path
'
=>
NULL
,
'
uri
'
=>
NULL
,
'width'
=>
NULL
,
'height'
=>
NULL
,
'alt'
=>
''
,
...
...
@@ -145,7 +145,7 @@ function picture_theme() {
'variables'
=>
array
(
'src'
=>
NULL
,
'srcset'
=>
NULL
,
'dimension'
=>
NULL
,
'dimension
s
'
=>
NULL
,
'media'
=>
NULL
,
),
),
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment