diff options
Diffstat (limited to 'includes/ImageFunctions.php')
-rw-r--r-- | includes/ImageFunctions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/ImageFunctions.php b/includes/ImageFunctions.php index 8eaebd26..d048a9dd 100644 --- a/includes/ImageFunctions.php +++ b/includes/ImageFunctions.php @@ -15,7 +15,7 @@ * i.e. articles where the image may occur inline. * * @param $name string the image name to check - * @param $contextTitle Title: the page on which the image occurs, if known + * @param $contextTitle Title|bool the page on which the image occurs, if known * @return bool */ function wfIsBadImage( $name, $contextTitle = false ) { |