diff --git a/core/modules/picture/picture.module b/core/modules/picture/picture.module index 6863bfb58af..b4c11f351a5 100644 --- a/core/modules/picture/picture.module +++ b/core/modules/picture/picture.module @@ -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, + 'dimensions' => NULL, 'media' => NULL, ), ),