r51573 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51572‎ | r51573 | r51574 >
Date:19:08, 7 June 2009
Author:siebrand
Status:ok
Tags:
Comment:
Follow-up to r51572: fix parse error
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUnwatchedpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUnwatchedpages.php
@@ -52,7 +52,7 @@
5353 $nt,
5454 wfMsgHtml( 'watch' ),
5555 array(),
56 - array( 'action' => 'watch'
 56+ array( 'action' => 'watch' )
5757 );
5858
5959 return wfSpecialList( $plink, $wlink );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r51572* replace use of deprecated makeKnownLinkObj() by linkKnown() in core special...siebrand18:45, 7 June 2009

Status & tagging log