r45004 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r45003
|
r45004
|
r45005
>
Date:
19:07, 24 December 2008
Author:
simetrical
Status:
reverted (
Comments
)
Tags:
Comment:
Revert "(
bug 16707
) Add "rel='next'" link to login page to return to last page"
This reverts commit 22524e7e3a432df722438400581d2d56ea566dc2.
Modified paths:
/trunk/phase3/includes/OutputPage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/OutputPage.php
—
—
@@ -1383,7 +1383,6 @@
1384
1384
*/
1385
1385
public function addReturnTo( $title ) {
1386
1386
global $wgUser;
1387
- $this->addLink( array( 'rel' => 'next', 'href' => $title->getFullUrl() ) );
1388
1387
$link = wfMsg( 'returnto', $wgUser->getSkin()->makeLinkObj( $title ) );
1389
1388
$this->addHTML( "<p>{$link}</p>\n" );
1390
1389
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r44977
(
bug 16707
) Add "rel='next'" link to login page to return to last page
aaron
21:30, 23 December 2008
Comments
#
Comment by
Brion VIBBER
(
talk
|
contribs
)
19:08, 30 December 2008
self-reverted in
r45006
Status & tagging log
23:48, 24 December 2008
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r45004
[
removed:
new
added:
reverted]