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/api/ApiFormatYaml.php | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'includes/api/ApiFormatYaml.php') diff --git a/includes/api/ApiFormatYaml.php b/includes/api/ApiFormatYaml.php index ccf52746..d62bbbba 100644 --- a/includes/api/ApiFormatYaml.php +++ b/includes/api/ApiFormatYaml.php @@ -1,6 +1,6 @@ printText( Spyc::YAMLDump( $this->getResultData() ) ); - } - public function getDescription() { return 'Output data in YAML format' . parent::getDescription(); } public function getVersion() { - return __CLASS__ . ': $Id: ApiFormatYaml.php 70647 2010-08-07 19:59:42Z ialex $'; + return __CLASS__ . ': $Id: ApiFormatYaml.php 86302 2011-04-18 11:42:44Z reedy $'; } } -- cgit v1.2.3-54-g00ecf