diff options
author | David Rothstein <drothstein@gmail.com> | 2015-10-14 15:28:45 -0400 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2015-10-14 15:28:45 -0400 |
commit | e8353656924be31725e6293f411d5413c5966eb1 (patch) | |
tree | 83df57e87d5fe46b9276b83a2efb50fa0cce1a09 /modules | |
parent | 793788fc2539211a539ffd8f1868c13932153353 (diff) | |
download | brdo-e8353656924be31725e6293f411d5413c5966eb1.tar.gz brdo-e8353656924be31725e6293f411d5413c5966eb1.tar.bz2 |
Issue #2480805 by JacobSanford, eiriksm, jhodgdon: The function doc block for image_style_deliver is missing a parameter
Diffstat (limited to 'modules')
-rw-r--r-- | modules/image/image.module | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/image/image.module b/modules/image/image.module index dd71253d5..526330c67 100644 --- a/modules/image/image.module +++ b/modules/image/image.module @@ -801,6 +801,8 @@ function image_style_options($include_empty = TRUE, $output = CHECK_PLAIN) { * * @param $style * The image style + * @param $scheme + * The file scheme, for example 'public' for public files. */ function image_style_deliver($style, $scheme) { $args = func_get_args(); |