From ca32f08966f1b51fcb19460f0996bb0c4048e6fe Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 3 Dec 2011 13:29:22 +0100 Subject: Update to MediaWiki 1.18.0 * also update ArchLinux skin to chagnes in MonoBook * Use only css to hide our menu bar when printing --- includes/ImageFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/ImageFunctions.php') 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 ) { -- cgit v1.2.3-54-g00ecf