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 @@
503
503
case 'deletetrackback':
504
504
$article->$act();
505
505
break;
506
- case 'print':
507
- $article->view();
508
- break;
509
506
case 'dublincore':
510
507
if ( !$this->getVal( 'EnableDublinCoreRdf' ) ) {
511
508
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
19:46, 14 June 2011
😂
(
talk
|
contribs
)
changed the
status
of r86373
[
removed:
new
added:
ok]