r46674 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46673‎ | r46674 | r46675 >
Date:09:12, 1 February 2009
Author:demon
Status:ok (Comments)
Tags:
Comment:
(bug 17284) Fix broken msg calls. It's defined as tags-edit in all languages.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialTags.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialTags.php
@@ -56,12 +56,12 @@
5757 $newRow .= Xml::tags( 'td', null, Xml::element( 'tt', null, $tag ) );
5858
5959 $disp = ChangeTags::tagDescription( $tag );
60 - $disp .= ' (' . $sk->link( Title::makeTitle( NS_MEDIAWIKI, "Tag-$tag" ), wfMsg( 'tag-edit' ) ) . ')';
 60+ $disp .= ' (' . $sk->link( Title::makeTitle( NS_MEDIAWIKI, "Tag-$tag" ), wfMsg( 'tags-edit' ) ) . ')';
6161 $newRow .= Xml::tags( 'td', null, $disp );
6262
6363 $desc = wfMsgExt( "tag-$tag-description", 'parseinline' );
6464 $desc = wfEmptyMsg( "tag-$tag-description", $desc ) ? '' : $desc;
65 - $desc .= ' (' . $sk->link( Title::makeTitle( NS_MEDIAWIKI, "Tag-$tag-description" ), wfMsg( 'tag-edit' ) ) . ')';
 65+ $desc .= ' (' . $sk->link( Title::makeTitle( NS_MEDIAWIKI, "Tag-$tag-description" ), wfMsg( 'tags-edit' ) ) . ')';
6666 $newRow .= Xml::tags( 'td', null, $desc );
6767
6868 $hitcount = wfMsg( 'tags-hitcount', $hitcount );

Comments

#Comment by Werdna (talk | contribs)   01:20, 12 February 2009

Fix for r46674.

#Comment by 😂 (talk | contribs)   17:53, 23 February 2009

Actually a fix for r46460.

Status & tagging log