r107202 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107201‎ | r107202 | r107203 >
Date:14:40, 24 December 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Followup r103945 - @since and whitespace
Modified paths:
  • /trunk/phase3/includes/Export.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Export.php
@@ -685,6 +685,7 @@
686686 *
687687 * @param Title $title
688688 * @return string
 689+ * @since 1.18
689690 */
690691 public static function canonicalTitle( Title $title ) {
691692 if ( $title->getInterwiki() ) {
@@ -694,7 +695,7 @@
695696 global $wgContLang;
696697 $prefix = str_replace( '_', ' ', $wgContLang->getNsText( $title->getNamespace() ) );
697698
698 - if ($prefix !== '') {
 699+ if ( $prefix !== '' ) {
699700 $prefix .= ':';
700701 }
701702

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103945* (bug 32376) XML export tweak to use canonical user namespaces instead of ge...brion19:33, 22 November 2011

Status & tagging log