From 6d452cd31748684c735d5376891d84acfd9f7971 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 7 Aug 2010 22:17:00 +0000 Subject: [PATCH] Some minor changes I had in my working copy. --- includes/Article.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 48ba854b0b..a8ad0c407e 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1080,7 +1080,7 @@ class Article { * This is hooked by SyntaxHighlight_GeSHi to do syntax highlighting of these * page views. */ - public function showCssOrJsPage() { + protected function showCssOrJsPage() { global $wgOut; $wgOut->wrapWikiMsg( "
\n$1\n
", 'clearyourcache' ); @@ -4595,6 +4595,8 @@ class Article { * and so on. Doesn't consider most of the stuff that Article::view is forced to * consider, so it's not appropriate to use there. * + * @since 1.16 (r52326) for LiquidThreads + * * @param $oldid mixed integer Revision ID or null */ public function getParserOutput( $oldid = null ) { -- 2.20.1