r109304 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109303‎ | r109304 | r109305 >
Date:04:28, 18 January 2012
Author:yuvipanda
Status:ok
Tags:
Comment:
Removed fax information
Modified paths:
  • /trunk/extensions/CongressLookup/SpecialCongressLookup.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CongressLookup/SpecialCongressLookup.php
@@ -275,10 +275,6 @@
276276 Html::element( 'td', array(), wfMsg( 'congresslookup-phone', $myRepresentative['phone'] ) )
277277 );
278278
279 - $congressTable .= "\n" . Html::rawElement( 'tr', array(),
280 - Html::element( 'td', array(), wfMsg( 'congresslookup-fax', $myRepresentative['fax'] ) )
281 - );
282 -
283279 if ( $myRepresentative['twitter'] ) {
284280 $congressTable .= "\n" . Html::rawElement( 'tr', array(),
285281 Html::element( 'td', array(), wfMsg( 'congresslookup-twitter', $myRepresentative['twitter'] ) )

Status & tagging log