r70652 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70651‎ | r70652 | r70653 >
Date:22:17, 7 August 2010
Author:platonides
Status:ok
Tags:
Comment:
Some minor changes I had in my working copy.
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -1080,7 +1080,7 @@
10811081 * This is hooked by SyntaxHighlight_GeSHi to do syntax highlighting of these
10821082 * page views.
10831083 */
1084 - public function showCssOrJsPage() {
 1084+ protected function showCssOrJsPage() {
10851085 global $wgOut;
10861086
10871087 $wgOut->wrapWikiMsg( "<div id='mw-clearyourcache'>\n$1\n</div>", 'clearyourcache' );
@@ -4595,6 +4595,8 @@
45964596 * and so on. Doesn't consider most of the stuff that Article::view is forced to
45974597 * consider, so it's not appropriate to use there.
45984598 *
 4599+ * @since 1.16 (r52326) for LiquidThreads
 4600+ *
45994601 * @param $oldid mixed integer Revision ID or null
46004602 */
46014603 public function getParserOutput( $oldid = null ) {

Status & tagging log