r104736 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104735‎ | r104736 | r104737 >
Date:20:24, 30 November 2011
Author:reedy
Status:ok
Tags:
Comment:
"See //www.mediawiki.org/wiki/Special:ApiSandbox" isn't too much use
Modified paths:
  • /trunk/extensions/ApiSandbox/ApiSandbox.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ApiSandbox/ApiSandbox.php
@@ -51,7 +51,7 @@
5252
5353 $desc[] = 'The ApiSandbox extension is installed on this wiki, it adds a graphical interface to using the MediaWiki Api.';
5454 $desc[] = 'It is helpful for new users, allowing request debugging without any extra tools.';
55 - $desc[] = 'See ' . SpecialPage::getTitleFor( 'ApiSandbox' )->getFullUrl();
 55+ $desc[] = 'See ' . SpecialPage::getTitleFor( 'ApiSandbox' )->getCanonicalURL();
5656
5757 // Append some more whitespace for ApiMain
5858 for ( $i = 0; $i < 3; $i++ ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r104738MFT r104736reedy20:26, 30 November 2011

Status & tagging log