r86373 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86372‎ | r86373 | r86374 >
Date:05:29, 19 April 2011
Author:aaron
Status:ok (Comments)
Tags:
Comment:
Removed action=print; I can't find anything using this
Modified paths:
  • /trunk/phase3/includes/Wiki.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Wiki.php
@@ -502,9 +502,6 @@
503503 case 'deletetrackback':
504504 $article->$act();
505505 break;
506 - case 'print':
507 - $article->view();
508 - break;
509506 case 'dublincore':
510507 if ( !$this->getVal( 'EnableDublinCoreRdf' ) ) {
511508 wfHttpError( 403, 'Forbidden', wfMsg( 'nodublincore' ) );

Comments

#Comment by Hashar (talk | contribs)   11:14, 5 June 2011

I think it was used by the old skins and got replaced by printable=yes

#Comment by 😂 (talk | contribs)   19:46, 14 June 2011

Needs release notes.

Status & tagging log