r51880 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51879‎ | r51880 | r51881 >
Date:11:11, 15 June 2009
Author:siebrand
Status:ok
Tags:
Comment:
Follow-up to r50822. Add id="mw-returnto" to allow styling.
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -1469,7 +1469,7 @@
14701470 global $wgUser;
14711471 $this->addLink( array( 'rel' => 'next', 'href' => $title->getFullUrl() ) );
14721472 $link = wfMsgHtml( 'returnto', $wgUser->getSkin()->link( $title ) );
1473 - $this->addHTML( "<p>{$link}</p>\n" );
 1473+ $this->addHTML( "<p id=\"mw-returnto\">{$link}</p>\n" );
14741474 }
14751475
14761476 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r50822Clarify comment on $wgAllowRealName deprecation...simetrical14:30, 20 May 2009

Status & tagging log